ESP32_spiffs_example icon indicating copy to clipboard operation
ESP32_spiffs_example copied to clipboard

rmdir is missing

Open joysfera opened this issue 8 years ago • 1 comments

rmdir() is missing. Can be linked to unlink, it seems to work but is it proper solution?

joysfera avatar Jun 24 '17 08:06 joysfera

This example now used esp-idf spiffs, modified to support the directories. rmdir() and mkdir() functions are added.

loboris avatar Jun 07 '18 10:06 loboris