> I recently needed to rename several file extensions by adding
> another letter
> eg: fred.abc to fred.abcd and john.abc to john.abcd
>
> So - I used the " rename mask as follows:
> Tagged the relevant files then Ctl R using "abc"abcd"
>
> and it didn't work ??.
The following are the optional find-and-replace operation codes:
- Name operators. These indicate which sections of the filename are to
be targeted for replacement. Only one name operator may be used.
N - Name section only. (Default). The operation will be
performed only on the name section of the filename. Periods
in the "old" string will never match the extension period.
E - Extension section only. The operation will be performed only
on the extension section of the filename. Periods in the
"old" string will never match the extension period.