[][src]Function nflz::get_matching_files

pub fn get_matching_files(
    dir_path: &Path
) -> Result<Vec<ParsedFilename>, NFLZError>

Reads all matching files from the specified directory with a depth of 0, i.e. it only look for files in subdirectories.

  • dir Directory to search for files