1//! Sets the userdata base directory (once, from Tauri's PathResolver). 2 3pub fn Fn(Path:String) { let _ = super::BASE_DIR.set(Path); }