#Cross platform "AppData"

9 messages · Page 1 of 1 (latest)

sudden crag
wary tusk
#

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

sudden crag
#

if you only use the path on the rust side you don't have to do anything