Skip to main content

normalize_path

Function normalize_path 

Source
pub fn normalize_path(path: &Path) -> PathBuf
Expand description

Normalizes a path by resolving . and .. components without requiring the path to exist on disk (unlike canonicalize).