Function get_all_file_from_folder

Source
pub fn get_all_file_from_folder<P>(path: P) -> Vec<PathBuf>
where P: AsRef<Path>,