1//! Sets the static application root path (once, at startup). 2 3pub fn Fn(Path:String) { let _ = super::ROOT.set(Path); }