greiman / SdFat

Arduino FAT16/FAT32 exFAT Library
MIT License
1.08k stars 504 forks source link

Remove directory recursively with FsFile #297

Open arnoson opened 3 years ago

arnoson commented 3 years ago

Is there any way to remove a directory with all it's contents when using the FsFile class? I see there is a method for FatFile (rmRfStar()).

Can I somehow use this also with FsFile?

greiman commented 3 years ago

There is not a recursive remove for FsFile. It is on my to-do list but I want to rewrite the FAT version then an exFAT version first.

I am busy currently and not doing open-source development.

arnoson commented 3 years ago

Okay, thanks for the quick reply! I'll find a workaround for now