pub fn find_files( path: &str, recursive: bool, no_ext_filter: bool, ) -> Result<Vec<String>>
Finds all files in the specified directory and its subdirectories.