pub fn make_relative_path<P: AsRef<Path>>(path: P) -> Result<PathBuf, Error>
Expand description

Strip working directory from file name. The function may fail for one main reason - input path is not valid, does not exist, or there is some other issues with it.