Sorting filenames by base

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
grindax

Sorting filenames by base

Post by grindax »

.
Last edited by grindax on 23 Jan 2016 19:18, edited 1 time in total.

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Sorting filenames by base

Post 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.

grindax

Re: Sorting filenames by base

Post by grindax »

.
Last edited by grindax on 23 Jan 2016 19:18, edited 1 time in total.

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Sorting filenames by base

Post by admin »

Which part of the help is wrong?

grindax

Re: Sorting filenames by base

Post by grindax »

.
Last edited by grindax on 23 Jan 2016 19:19, edited 1 time in total.

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Sorting filenames by base

Post by admin »

Ah, that one! Yes, looks like this is wrong (tested here for Win 8). Thanks.

grindax

Re: Sorting filenames by base

Post by grindax »

.
Last edited by grindax on 23 Jan 2016 19:19, edited 1 time in total.

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Sorting filenames by base

Post 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           

Post Reply