Function nu_path::expand_path_with[][src]

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

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