Skip to main content

path_within_root

Function path_within_root 

Source
pub fn path_within_root(root: &Path, path: &Path) -> Result<bool>
Expand description

True when path is the same as or nested under root.