Skip to main content

recursive_find_files

Function recursive_find_files 

Source
pub fn recursive_find_files<P: AsRef<Path>, F: Fn(&PathBuf) -> bool>(
    path: P,
    filter: F,
) -> Vec<PathBuf>
Expand description

Browse the directory path recursively and return all files which respect the parameters outlined by closure.