Function find_files_with_extension

Source
pub async fn find_files_with_extension(
    folder_path: &str,
    opts: &DirLoaderOptions,
) -> Vec<String>
Expand description

Find files in a directory that match the given options