pub fn normalize(path: &Path) -> Result<PathBuf, NormalizeError>Expand description
Normalize a path lexically, resolving . and .. without accessing the filesystem.
ยงErrors
Returns NormalizeError if the path attempts to traverse above its root.