Files sorted wrong if names prefixed with --
Posted: 20 Mar 2023 17:55
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
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