Page 1 of 1

how to list files in the SDCARD

Posted: Mon Jan 04, 2021 12:23 pm
by ihouses
Hello

How can I list all the files and folders in the SDCARD?

The examples only open/rename/close a filename and path that must be already known.

Re: how to list files in the SDCARD

Posted: Tue Jan 05, 2021 1:15 am
by ESP_Sprite
I think the POSIX opendir()/readdir()/closedir() calls should work.

Re: how to list files in the SDCARD

Posted: Tue Jan 05, 2021 6:43 am
by chegewara