Hello,
Can we search the filenames with a pattern in a directory using fatfs APIs like listing all *.c, *.h or test*.c files etc.
Please let me know how to do it.
Now i am able to read all the files in a directory using f_opendir() with path to the directory and multiple f_readdir() calls.
I am using BIOS version: 06_33_01_25
Regards,
Prasad