Expand description
Canonical userdata base directory (Tauri app_data_dir) + first-access
scaffolding. State held here; atomics expose Get/Set/Ensure.
Modules§
- Ensure
- First-access scaffolding: creates userdata directories and default files. Idempotent - the atomic flag skips the walk after the first pass.
- Get
- Returns the userdata base directory, falling back to platform defaults.
- Set
- Sets the userdata base directory (once, from Tauri’s PathResolver).
Statics§
- BASE_
DIR 🔒 - INITIALIZED 🔒