lesnitsky / flutter_localstorage

📦 LocalStorage for Flutter
MIT License
301 stars 60 forks source link

Subfolder are not created recursively #91

Closed jibbex closed 1 year ago

jibbex commented 1 year ago

Hello there,

when trying to create a new file in a subfolder that does not exist, an unhandled FileSystemException is thrown with the message:

FileSystemException: Cannot create file, path: C:\Users\[user]\Documents\[subfolder]/[filename]

Not sure if this behavior is intended, but i have a recursive file path creation expected. Other than Windows, I haven't tested it, but I guess it happens on all platforms except web.

Anyways. Thanks for the work!