Skip to main content

normalize_path

Function normalize_path 

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

Logical path normalization: resolve . and .. components without filesystem access (the target directory may not exist yet).