Describe the bug
If you have 2 directories: a and a b, a b is sorted before a when sorted by name ascending. Curiously, this only applies to directories: if they are files a and a b, a is correctly sorted before a b.
Expected behavior
Sorting order for directories to behave like files.
Describe the bug
If you have 2 directories:
aanda b,a bis sorted beforeawhen sorted by name ascending. Curiously, this only applies to directories: if they are filesaanda b,ais correctly sorted beforea b.Expected behavior
Sorting order for directories to behave like files.