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