Skip to main content

Mountain/IPC/WindServiceHandlers/Utilities/ApplicationRoot/
Set.rs

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