Function umm::util::find_files
source · pub fn find_files(
extension: &str,
search_depth: i8,
root_dir: &Path
) -> Result<Vec<PathBuf>>
Expand description
A glob utility function to find paths to files with certain extension
extension
: the file extension to find paths forsearch_depth
: how many folders deep to search forroot_dir
: the root directory where search starts