Function xplr::path::relative_to

source ·
pub fn relative_to<P, B>(
    path: P,
    config: Option<&RelativityConfig<B>>
) -> Result<PathBuf>
where P: AsRef<Path>, B: AsRef<Path>,