Sorting numbers before letters consistently

This might one of the smallest feature requests but its important non the less.

If you created folders with numbers and folders with letters, the folders with numbers would be displayed before the folders as seen below:
1
2
A
B

However if you got two folders with a first called 11 and the second folder called 1A then A would be sorted higher than the number as seen below:
1A
1B
11
12

The only trick to avoid the unconsistent order is to put a space in between, only then the order would be numbers first, then letters. As seen below:
11
12
1 A
1 B

Could this be fixed so it will consistently sort numbers first, then letters?
Thanks.

1 Like