pub fn relative_path<P1, P2>( base: P1, target: P2, ) -> Result<PathBuf, ScribeError>where P1: AsRef<Path>, P2: AsRef<Path>,
Get relative path from base to target