Guntis
Could you add more advanced file name sorting for file names which start with digits?
For example, now files are sorted by file name in this order:
1_file.htm
10_file.htm
100_file.htm
2_file.htm
3_file.htm
etc.,
But they could be sorted in this order:
1_file.htm
2_file.htm
3_file.htm
....
10_file.htm
...
100_file.htm
etc.
For example, now files are sorted by file name in this order:
1_file.htm
10_file.htm
100_file.htm
2_file.htm
3_file.htm
etc.,
But they could be sorted in this order:
1_file.htm
2_file.htm
3_file.htm
....
10_file.htm
...
100_file.htm
etc.