Problem: When I try to sort the files by filename, the file named with "10.xxxx" or "100.xxxx" always be in front of the file named with"2.xxxxx". Is there any method to let the sorting be like "1,2,3,4,5,6,7,8,9,10" rather than "1,10,2,3,4,5,6,7,8,9"?
Thanks for your answering!
Sorting by Filename issues
-
- Posts: 28
- Joined: Sat Jan 14, 2023 6:36 pm
Re: Sorting by Filename issues
I believe what you want is called "natural sorting". It should already be available as per viewtopic.php?f=12&t=9791#natural
-
- Posts: 2
- Joined: Sat Mar 05, 2022 12:01 pm
Re: Sorting by Filename issues
Oh...I never notice there is an alpha version... thank you so much!TheBestPessimist wrote: ↑Sat May 04, 2024 6:59 pm I believe what you want is called "natural sorting". It should already be available as per viewtopic.php?f=12&t=9791#natural