SdFat icon indicating copy to clipboard operation
SdFat copied to clipboard

Remove directory recursively with FsFile

Open arnoson opened this issue 4 years ago • 2 comments

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?

arnoson avatar May 11 '21 19:05 arnoson

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.

greiman avatar May 12 '21 11:05 greiman

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

arnoson avatar May 12 '21 13:05 arnoson