Page 1 of 1
File name sorting issues
Posted: 13 Aug 2025 09:12
by ddvc
When sorted by file name, File-C should come after File-A
But in reality the "-" is ignored
PS,The settings use the regular sorting method. If binary sorting is used, Chinese cannot be sorted correctly
Re: File name sorting issues
Posted: 13 Aug 2025 13:37
by admin
Confirmed. Interesting! Looks like this is how Windows does string comparisons. It's the same in File Explorer. Unfortunately, there is no easy solution.
FYI, sorting is surprisingly complex:
https://learn.microsoft.com/en-us/windo ... plications
Re: File name sorting issues
Posted: 13 Aug 2025 19:10
by admin
admin wrote: ↑13 Aug 2025 13:37
Unfortunately, there is no easy solution.
Well, to be better than File Explorer (which is why this thing exists) I went for the non-easy solution. Next beta.

Re: File name sorting issues
Posted: 14 Aug 2025 02:40
by ddvc
Awesome, looking forward to the update
Re: File name sorting issues
Posted: 14 Aug 2025 07:47
by admin
Re: File name sorting issues
Posted: 14 Aug 2025 14:55
by altoclef
I don't understand why, but that link only takes me to the top of the page (tested in Firefox and Vivaldi). To go to the specific message, I need
viewtopic.php?p=231573#p231573
Re: File name sorting issues
Posted: 14 Aug 2025 15:08
by admin
Whoops, thanks.

I corrected it.