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
I had noted that SD.open(/path/to/file/, "w") does not create the path to file if missing. I think this behavior is intuitive if you know the underlying implementation fopen, which does not create missing folders. However, I was used to ESP8266 Arduino core (SDFS and SPIFFS), and the common behavior creates any missing path.
Is this an intended behavior or a bug? Is there a parameter to force automatic creation of missing path?
IMHO, create missing path is very intuitive and more suitable for Arduino users.