[v2]How to get the path of a file or a directory? #11102
-
I have this set up but it get an error
I tried to understand the documentation on how to do this but it is not very clear for me how to set up the permissions and also how to add this plugin |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Sep 25, 2024
Replies: 1 comment 8 replies
-
Can you check whether |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah you'll need the dialog plugin, especially for mobile support.
Did you ever run
npm run tauri add dialog
like shown in the setup section here? https://v2.tauri.app/plugin/dialog/#setupIf that also failed, please click on the
Manual
tab in the link and follow the instructions. The rust crate is required even if you do not use rust apis yourself as they power the js apis under the hood.