pub fn normalize(path: &Path) -> Option<PathBuf>
Normalize a path, removing things like . and .. wherever possible.
.
..