I'm using Chan's FAT library that seems to provide a standard FAT filesystem API. The API doesn't seem to directly offer to list all the files in a given directory.
What is the standard way to list all files in a directory given access to a standard FAT API? Is there a special file (some "directory table"?) that I can access using f_read()
?