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
Hello! I'm not sure if the device APIs allow this, but it would be nice if we could prompt the user for where to save a file like with "save as" mode, but then write the file like with "open" mode instead of copying from somewhere else. I am making an app that allows creating backup files that are quite large, so creating the file in app data and then copying it to the user space would be quite expensive storage wise and take alot longer. It would be better if I could create the backup file directly in the user space where the user would like it to be saved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm not sure if the device APIs allow this, but it would be nice if we could prompt the user for where to save a file like with "save as" mode, but then write the file like with "open" mode instead of copying from somewhere else. I am making an app that allows creating backup files that are quite large, so creating the file in app data and then copying it to the user space would be quite expensive storage wise and take alot longer. It would be better if I could create the backup file directly in the user space where the user would like it to be saved.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions