pub fn normalize_path(path: &Path) -> PathBufExpand description
Normalize a path, removing things like . and ...
NOTE: This does not return symlinks and does not touch the filesystem at all (unlike
std::fs::canonicalize)
pub fn normalize_path(path: &Path) -> PathBufNormalize a path, removing things like . and ...
NOTE: This does not return symlinks and does not touch the filesystem at all (unlike
std::fs::canonicalize)