flutter_localstorage icon indicating copy to clipboard operation
flutter_localstorage copied to clipboard

Subfolder are not created recursively

Open jibbex opened this issue 3 years ago • 0 comments

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!

jibbex avatar Aug 30 '22 21:08 jibbex