#Cross platform "AppData"
9 messages · Page 1 of 1 (latest)
note they only support macOS, Windows and Linux right now. No mobile support
you can do app.path_resolver().app_dir()
no that’s generally not possible
the paths are dynamic so we need to resolve them at runtime
it’s either tauri::App or tauri::AppHandle
you get the app in the setup callback for example https://docs.rs/tauri/1.2.3/tauri/struct.Builder.html#method.setup
Builds a Tauri application.
if you only use the path on the rust side you don't have to do anything