pub fn make_relative_path<P>(path: P) -> Result<PathBuf, Error>where P: AsRef<Path>,
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.