[][src]Function dia_files::find_files

pub fn find_files<P, F>(
    dir: P,
    recursive: bool,
    filter: F
) -> Result<FileDiscovery<F>> where
    P: AsRef<Path>,
    F: Filter

Finds files

This function makes new instance of FileDiscovery. You should refer to that struct for notes on usage.