horst.epp wrote: ↑Mon Jun 03, 2024 3:53 pm
therube wrote: ↑Mon Jun 03, 2024 3:07 pm
Why is that?
Because having a space as the last character in a file name is perfectly valid.
I didn't ask if this is valid.
The question is what is the purpose having a space at the end.
[...]
Very precise order of multiple similarly named files
There is this one certain task that I do often for which an imperative would be to start seeing not e.g.
a
test a
test
z
but
a
test
test a
z
and in order to achieve this a pause sign at the end of
test
is required
I also always stood behind a philosophy that if a user wants to utilize whatever odd / niche name then no program such prevent from achieving this by automatically renaming it without user's consent. And if it would lead to a case of trying to utlize an illegal character then user should be informed about it and not be simply pacified with an auto-correction / ommision being applied
void wrote: ↑Sun Jun 02, 2024 11:29 pm
To disable trimming when renaming:
[...]
Yes, thank you. Switching to
Tools > Options > Advanced > rename_trim > false
allowed me to add a pause at the end of and extension-less file and to a folder
But as it is now created a problem withing FreeCommander and Windows Explorer [
https://freecommander.com/forum/viewtopic.php?t=13856] and probably many others programs - just in case I would ever need to mitigate it en masse: what would a Bookmark for finding such items look like?