Function find_files

Source
pub fn find_files(
    path: &str,
    recursive: bool,
    no_ext_filter: bool,
) -> Result<Vec<String>>
Expand description

Finds all files in the specified directory and its subdirectories.