there seems to be a bug with the auto-renaming system. I've tried to find a setting in the configuration options, but it seems it's not possible to customize this behavior.
Example:
Original name: "Sales Report (2016) - First Rev.txt"
Auto-renamed as: "Sales Report (2017) - First Rev.txt"
Should be auto-renamed as "Sales Report (2016) - First Rev (2).txt"
It seemed to me that the report on the commands cm_Copy or cm_Rename, if the "Auto-rename copied", "Auto-rename target files" overwrite option was selected.
Galizza wrote: 2025-03-28, 13:27 UTC
If you read the names of the Original & Auto-renamed files, in my opinion it is a bug and a quite dangerous one.
I think that the auto-rename options in the overwrite dialog was designed to be flexible when it was added 20 years ago to TC 7. The last number between brackets anywhere in the filename is increased (even when the number is in the filename extension).
Users expect auto-renaming to follow the rules in Help:
Auto-rename copied
When a name collision occurs, the copied/moved files will be renamed automatically in the form filename(1).ext, filename(2).ext etc. Auto-rename target files
When a name collision occurs, the existing target files will be renamed automatically before copying/moving the source files, in the form filename(1).ext, filename(2).ext etc.
and according to the parameter:
AutoRenameMode=3 Determines how files are auto-renamed when copying or in multi-rename tool. Sum of:
1: append number (x) separated by space, e.g. name (2).txt instead of name(2).txt
2: start number at (2), not (1), e.g. name.txt, name (2).txt etc.