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