You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on the multi-platform Preferences library, I found that there is no way to clean up a directory using WiFiStorage.
Furthermore, there's no API to enumerate files (globally, or in a specific directory), so I cannot implement the cleanup logic.
This, along with #239 makes the WiFiNINA backend for Preferences incomplete. It would be great to fill the gap.
The text was updated successfully, but these errors were encountered:
vshymanskyy
changed the title
WiFiStorage: need API to remove a directory.WiFiStorage: need API to remove a directory
Mar 7, 2023
When working on the multi-platform Preferences library, I found that there is no way to clean up a directory using
WiFiStorage
.Furthermore, there's no API to enumerate files (globally, or in a specific directory), so I cannot implement the cleanup logic.
This, along with #239 makes the
WiFiNINA
backend forPreferences
incomplete. It would be great to fill the gap.The text was updated successfully, but these errors were encountered: