Add Function

The Add function allows you to add strings and tags to your line.
- Insert - Enter the string you wish to add to the line. You are allowed to use <tags> here.
- Overwrite instead of insert - Works like a typical text editor. If you insert
xxx
into the filenameabcdef
at position 2 you end up withabxxxcdef
but if you instead enable overwriting you end up withabxxxf
. - Pos - Enter the position to insert the above string. The position is zero based, meaning that position 0 points to before the first character.
- Counting backwards - This means that "position" starts at the end of the filename and "moves" towards the beginning.
Tip: Press the button with an eye icon (or use the shortcut F3) to open the Visual Assist window that allows you to visually set the position where to add the insertion string!
Remove Function

The Remove function allows you to delete a certain number of characters from the lines.
- Delete - How many characters (letters) do you want to remove from the lines?
- Pos - Enter the position from where to start deleting characters in your lines. The position is zero based, meaning that position 0 points to before the first character.
- Counting backwards - This means that "position" starts at the end of the filename and "moves" towards the beginning.
Tip: Press the button with an eye icon (or use the shortcut F3) to open the Visual Assist window that allows you to visually mark the section you want to remove from your filenames!