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
As the title suggests, when saving an image using the dialog file, it doesn't include a path by default if you use filename = "test.png" for example, so dialog:file will return "test.png" by default and thus you will be saving to app.fs.currentPath/test.png.
Having a app.fs.lastSavedPath will at least default to a nice location. However one can use app.fs.userDocsPath for now.
The text was updated successfully, but these errors were encountered:
As the title suggests, when saving an image using the dialog file, it doesn't include a path by default if you use filename = "test.png" for example, so dialog:file will return "test.png" by default and thus you will be saving to app.fs.currentPath/test.png.
Having a app.fs.lastSavedPath will at least default to a nice location. However one can use app.fs.userDocsPath for now.
The text was updated successfully, but these errors were encountered: