Function virtual_fs::webc_volume_fs::normalize

source ·
fn normalize(path: &Path) -> Result<PathSegments, PathSegmentError>
Expand description

Normalize a Path into a [PathSegments], dealing with things like .. and skipping .’s.