[Answered] Using opendir() on a FATFS VFS file system.
Posted: Sat May 20, 2017 10:17 pm
I have create a FATFS VFS file system and mounted it at "/spiflash". When I attempt to use opendir("/spiflash") I get a failure (errno=2) however if I attempt to open a directory within my mounted file system (eg. opendir("/spiflash/myDir")) I get no error.
So my question becomes one of "Can I use opendir() on the root directory of a mounted FATFS/VFS file system?"
So my question becomes one of "Can I use opendir() on the root directory of a mounted FATFS/VFS file system?"