[go: up one dir, main page]

canonicalize

Function canonicalize 

Source
pub fn canonicalize<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Expand description

Returns the canonical, absolute form of a path with all intermediate components normalized and symbolic links resolved.

Wrapper for fs::canonicalize.