Function normalize_path

Source
pub fn normalize_path<P>(path: P) -> Result<PathBuf, Error>
where P: AsRef<Path>,