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
Class Dir in FS.cpp no have bool operator.
In reference.md is written:
openDir
SPIFFS.openDir(path)
Opens a directory given its absolute path. Returns a Dir object.
To check if directory was opened successfully, use the boolean operator, similar to opening a file