CURRENT BEHAVIOURS:
- Column headers in File Manager have no sorting direction indicators
... yet they do in Control Panel - When sorting by Name column, files and folders are mixed together — rather than sorted folders first then sorted files, as is the normal sorting behaviour in Windows, Android, and literally every other OS I've ever used:
----= TOS: book.ico, [comics], [covers], magazines.txt ----= Windows: [comics], [covers], book.ico, magazines.txt - When sorting by Name column, item names starting with a capital letter are all presented before item names starting with a lower case letter — rather than alphabetically regardless of capitalization, and it does so regardless of whether the item is a folder or filename:
----= TOS: [Comics], [Covers], Magazines.txt, book.ico ----=Windows: [Comics], [Covers], book.ico, Magazines.txt - When sorting by Name, an item name that starts with a series of capital letters is given alphabetical superiority over one that starts with fewer capital letters, regardless of whether the item is a folder of filename, and regardless of the actual alphabetical order of subsequent letters being sorted:
----= TOS: [APples], [Applas], BMW.jpg, BMart.txt, [Banners] ----= Windows: [Applas], [APples], [Banners], BMart.txt, BMW.jpg - When sorting by Type column, Types are sorted by ... I don't even know ...
----= TOS: mp3, doc, docx, eml, pdf, txt, xls, xlsx, Folder, jpg, png ----= Windows: Folder(always first), doc, docx, eml, jpg, mp3, pdf, png, txt, xls, xlsx

