Save a custom file path in AppData
-
Hi, is there any way to save a folder path in AppData? (To set the default download folder).
The problem is that the Server.downloadFile method needs a File type variable for destination folder, and we can't save a File variable in a JSON or TEXT file in AppData. How can I keep this value in AppData? Thank you.
Server.downloadFile(path, {}, locations, function() { if(this.data.finished) drawPopup("Downloaded successfuly", true ); });
-
@Lumi283 You might run into permission issues trying to download to app data. Probably better to use the system temp folder