Skip to main content

canonical_root

Function canonical_root 

Source
pub fn canonical_root(root: &Path) -> Result<PathBuf>
Expand description

Canonicalize root, creating it first if it does not yet exist.

ยงErrors

Returns an error if the directory cannot be created or canonicalized.