Function collect_files

Source
pub fn collect_files(
    path: &str,
    recursive: bool,
    no_ext_filter: bool,
) -> Result<(Vec<String>, bool)>
Expand description

Collects files from the specified path, either as a directory or a single file.