Using File Dialogs #3567
Answered
by
FabianLars
Dimitris-Toulis
asked this question in
Q&A
-
I use a dialog to let the user select a file then i want to copy that file in order to store it. However I can't copy arbitrary files due to the scope settings. How can file dialogs be used if you can't use the selected file? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Feb 27, 2022
Replies: 1 comment
-
We are working on some kind of whitelist system for user selected paths. Until then you need to do file manipulation like this in rust where scope and traverse restrictions don't apply. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dimitris-Toulis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are working on some kind of whitelist system for user selected paths. Until then you need to do file manipulation like this in rust where scope and traverse restrictions don't apply.