Page 1 of 1

File name sorting order

Posted: Thu May 28, 2009 11:02 pm
by jeffcck
Is there anyway that we can sort the file names similar to the windows explorer.

JDiskExplorer sorting order:
A1
A10
A11
A2
A20
A3

Can we do this ??
A1
A2
A3
A10
A11
A20

Thanks,

Re: File name sorting order

Posted: Fri May 29, 2009 6:12 am
by support
Files should be sorted by filename, what about if you click on filename column ?

Re: File name sorting order

Posted: Fri May 29, 2009 6:51 am
by jeffcck
Files are sorted by file name, but the way JDiskExplorer handle the sorting is different from the Windows Explorer. Is there anyway that I can sort the file names like Windows Explorer ??

JDiskExplorer:
A1
A10
A11
A2
A20
A3

Windows Explorer:
A1
A2
A3
A10
A11
A20

Thanks,

Re: File name sorting order

Posted: Mon Jun 01, 2009 6:47 am
by support
Could you post here a screenshot of both windows explorer and jdiskexplorer ?

Re: File name sorting order

Posted: Thu Jul 16, 2009 7:22 pm
by jeffcck
Hi ,

I click on filename column, but it doesn't sort the file name like Windows Explorer does.

Is there any way that I can sort it in Windows way ??

Thanks,
WindowsExplorer.JPG
(9.6 KiB) Downloaded 269 times
JFileExplorer.JPG
(15.04 KiB) Downloaded 278 times

Re: File name sorting order

Posted: Thu Jul 16, 2009 7:55 pm
by support
Thanks for the screenshot. We will see what can be done. Current behavior uis based on Java compare method:

cmp = tfile1.getName().toLowerCase().compareTo(tfile2.getName().toLowerCase());

Re: File name sorting order

Posted: Wed Aug 26, 2009 10:16 pm
by jeffcck
Just want to check if there is good news on solving this sorting ?? Thanks

Re: File name sorting order

Posted: Thu Sep 03, 2009 5:46 pm
by support
Not yet.