SdFat
SdFat copied to clipboard
Remove directory recursively with FsFile
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?
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.
Okay, thanks for the quick reply! I'll find a workaround for now