pub fn normalize_path(path: &Path) -> PathBuf
Expand 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) -> PathBuf
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
)