Function nu_path::canonicalize[][src]

pub fn canonicalize<P, Q>(relative_to: P, path: Q) -> Result<PathBuf> where
    P: AsRef<Path>,
    Q: AsRef<Path>,