Page 1 of 1

Sorting filenames by base

Posted: 13 Apr 2014 10:24
by grindax
.

Re: Sorting filenames by base

Posted: 13 Apr 2014 12:47
by admin
Well, "Sort filenames by base" exists exactly to make this order happen.

What's the problem? If you don't like it turn it off.

Re: Sorting filenames by base

Posted: 13 Apr 2014 12:49
by grindax
.

Re: Sorting filenames by base

Posted: 13 Apr 2014 13:02
by admin
Which part of the help is wrong?

Re: Sorting filenames by base

Posted: 13 Apr 2014 13:04
by grindax
.

Re: Sorting filenames by base

Posted: 13 Apr 2014 13:11
by admin
Ah, that one! Yes, looks like this is wrong (tested here for Win 8). Thanks.

Re: Sorting filenames by base

Posted: 13 Apr 2014 13:15
by grindax
.

Re: Sorting filenames by base

Posted: 13 Apr 2014 13:20
by admin
The Help examples were also slightly wrong. Here is a fixed version:

Code: Select all

        Natural numeric sort order ON
        --------------------------------------
        Sort by base ON     Sort by base OFF
        -----------------   -----------------
        a.txt               a (copy).txt     
        a (copy).txt        a.txt            
        a2.txt              a2.txt           
        a10.txt             a10.txt          
                                             
        Natural numeric sort order OFF
        --------------------------------------
        Sort by base ON     Sort by base OFF
        -----------------   -----------------
        a.txt               a (copy).txt     
        a (copy).txt        a.txt            
        a10.txt             a10.txt          
        a2.txt              a2.txt