Function file_with_name

Source
pub fn file_with_name<P>(path: P, name: &str) -> Result<PathBuf>
where P: AsRef<Path>,