This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

List files in alphabetical order

How to use Fatfs file system module to list files in ALPHABETICAL ORDER? I tried f_readdir(&dir, fileinfo);, but it does not retrieve files in order. Please help

0