-
Notifications
You must be signed in to change notification settings - Fork 14
Description
This rule replaces the original filenames with the names taken from the list. (The nth line in the list serves as the new name for the nth file in the Files pane.)
Naturally, the list should contain names for all the files loaded in the Files pane.
If the list is shorter, then some of the files will not be renamed.
If the list is longer, some of the names will remain unused (but all files in the Files pane will be renamed).
The optional parameters are as follows:
Parameter:
Insert in front of the current name
Description:
Inserts the name before the file name.
Parameter:
Insert after the current name
Description:
Inserts the name after the current name. The actual position depends on the Skip extension option.
Parameter
Replace the current name
Description:
Replaces the existing filename with the new name.
The effect on extension depends on the Skip extension option:
Parameter
Skip extension
Description
- If the option is selected, the extension is ignored and user input strings will affect only the base name of files.
- If the option is deselected, user input strings will replace entire filename, including the extension, or will be added after the old extension (if the Insert after the current name option is selected).