Replies: 1 comment
-
The basedirs all have functions with a similar name and they include their resolved paths for the 3 desktop os: https://v2.tauri.app/reference/javascript/api/namespacepath/#functions mobile is a bit of a black box rn, iirc most of the methods resolve to roughly the same app-specific dirs, at least on ios. 🤷 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can't find it in the docs and looking at the code
BaseDirectory
is an enum:tauri/packages/api/src/path.ts
Lines 19 to 43 in c32bd72
I'm not sure where the mapping from this enum to actual paths happens in Tauri's codebase and would appreciate any pointers. I'm particularly interested in Android and iOS for now, but it would be nice to find this mapping for any platform.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions