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