Dont get the point of permissions #11476
charlesooo
started this conversation in
General
Replies: 2 comments 3 replies
-
You're absolutely right! I’ve also been struggling with a similar issue in Tauri v2, trying to save files in specific directories. Could you share more details about how you used |
Beta Was this translation helpful? Give feedback.
1 reply
-
skill issue |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
permissions are pointless.
i tried for a day using API to write a file in c:/users/public, and could not do that.
end up using tauri::command and std::fs.
so, what is the point of these complex permission settings?
Beta Was this translation helpful? Give feedback.
All reactions