Advanced File name sorting

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.

why not pad them with 0? works well for me. and it "fix" sorting in all possible clients.

darix

You don't always have a choice for the names. For example lots of scripts generate numbers without 0-padding.

Greetz,