& file names, that after rename, would end up being > 255 characters (which is illegal)
if old format: filename -> new format: filename > 255
no way to effect rename on (any) file(s)
whether they be affected by > 255 or not
Code: Select all
abc255sfn
123255sfn
<...255.char filename...>
ghi255sfn
456
789255
2xyz
old format: 2
new format: xxx
result:
Code: Select all
The following filename is invalid or too long:
c:/123/<...255.char filename...>
Please choose a different filename.
expected:
Skip/Skip All (affected) like some other existing dialogs have
Code: Select all
abcxxx55sfn
1xxx3255sfn
<...255.char filename...>
ghixxx55sfn
456
789xxx55
xxxxyz
On a single file Shift+F2, no big deal. You simply rename to fit, or you ESC to abort.
With multiple files, you simply cannot do (without first determining which file(s) are causing the fail.