pub fn normalize_path(path: &Path) -> PathBuf
Normalizes a path by resolving . and .. components without requiring the path to exist on disk (unlike canonicalize).
.
..
canonicalize