When dealing with filenames that are made up of numbers, is there a way to sort by absolute value rather than by first character? For example, instead of files sorted as
1, 10, 101, 2, 23, 3
sorting them as
1, 2, 3, 10, 23, 101
Printable View
When dealing with filenames that are made up of numbers, is there a way to sort by absolute value rather than by first character? For example, instead of files sorted as
1, 10, 101, 2, 23, 3
sorting them as
1, 2, 3, 10, 23, 101