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
.. and get the 'root' - i.e. all filenames in the SPIFFS
Note: without this code, there is no way to get files you put into SPIFFS that are not named with the prefix '/', for example .. which is not enforced anywhere else in SPIFFS, so you can in fact put files on SPIFFS that you can't retrieve, at the moment ..
There is a bug in SPIFFS.
This simple tweak to SPIFFS:
EDIT: PR here #1819
.. means that we can do this:
.. and get the 'root' - i.e. all filenames in the SPIFFS
Note: without this code, there is no way to get files you put into SPIFFS that are not named with the prefix '/', for example .. which is not enforced anywhere else in SPIFFS, so you can in fact put files on SPIFFS that you can't retrieve, at the moment ..
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: