Page 1 of 1

Files sorted wrong if names prefixed with --

Posted: 20 Mar 2023 17:55
by roemer_m
It seems that prefixes of filenames with -- are handled in a special way (menu parser mode?) so that sort by name is wrong.
It can be reproduced by creating several empty textfiles in a folder and sort them by name gives wrong sort order for --prefixed names like following:
_A.txt
_B.txt
A.txt
--A.txt
B.txt
--B.txt

Re: Files sorted wrong if names prefixed with --

Posted: 20 Mar 2023 18:05
by jupe
If you change to Binary sort, you'll probably get the order you are expecting. (in this case at least)

Configuration | General | Sort and Rename | Sort | Sort method

Re: Files sorted wrong if names prefixed with --

Posted: 20 Mar 2023 18:26
by admin
Compare with the sorting of these files in Windows Explorer (which can only do Natural sorting): It's the same.