pub fn files_in_input_dir(
directory_path: &PathBuf,
) -> Result<Vec<PathBuf>, Error>
Expand description
ยงList files in input directory
This takes a directory path and returns a list of paths of all files on that level. It will not recursively search subdirectories.