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
pub async fn find_files_with_extension(
folder_path: &str,
opts: &DirLoaderOptions,
) -> Vec<String>
Find files in a directory that match the given options