Code: Select all
Search for: .*
Replace with: .new\
RegEx not checked
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Search for: .*
Replace with: .new\
RegEx not checked
The reason maybe a simple mistake. Maybe a user will try to move files to sub folders and makes a mistake. Too bad if he accidentally renamed numerous files and can't undo. Note that the expression mentioned earlier is very simple to illustrate the problem. But it can also be an expression where it is not easily seen if some file names will end with a backslash.MVV wrote:What the reason to use such rename template?
Please don't forbid backslashes in general. The possibility to move files across folders using the Multi-Rename Tool is highly valued.ghisler(Author) wrote:..or should I forbid backslashes in general?