For anyone stumbling upon this thread and wanting files sorted differently, the underlying file access is at the raw FAT. Files on the SD card aren't sorted for display, they are listed based on the order they were originally created and added to the FAT. Changing the file creation (or modification or access) date/time will not change the displayed file order.
?
To get my .prs files in the SD card to show in alphabetical order I created a powershell script to copy the files off the sdcard, delete the originals, and then copy the files back in the desired order. This process deletes the FAT entries and then recreates them.
?
Peter