Function nu_path::canonicalize_with[][src]

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

Same as canonicalize() but the input path is specified relative to another path