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