Function realpath_ext::realpath[][src]

pub fn realpath<P: AsRef<Path>>(
    path: P,
    flags: RealpathFlags
) -> Result<PathBuf>

Canonicalize the given path.

This is a wrapper around normpath_raw() that allocates a buffer; see that function’s documentation for details.