Skip to main content

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

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