Function libmacchina::extra::list_dir_entries[][src]

pub fn list_dir_entries(path: &Path) -> Vec<PathBuf>
Expand description

Returns the entries of a given Path.

  • If Path is not a directory, the function will return an empty Vec.