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
This way, dont have to ship thing with all the presets. Would be helpful to ship with cream of the crop, then also load presets from a subdirectory of documents, for instance, documents\projectm
Not sure if UWP allows file access outside the sandbox?? Good chance this is not feasible due to security restrictions
The text was updated successfully, but these errors were encountered:
According to the documentation, accessing folders outside the sandbox can be done by showing a file picker dialog and let the user select a file or directory, to which UWP will then allow access:
This way, dont have to ship thing with all the presets. Would be helpful to ship with cream of the crop, then also load presets from a subdirectory of documents, for instance, documents\projectm
Not sure if UWP allows file access outside the sandbox?? Good chance this is not feasible due to security restrictions
The text was updated successfully, but these errors were encountered: