pub fn canonicalize(path: impl AsRef<Path>) -> Result<PathBuf>
Expand description
Returns the canonical, absolute form of the path with all intermediate components normalized and symbolic links resolved. This function does not touch fs.
ยงErrors
qqq: doc