pub fn read_folder(folder: &Path) -> ListingExpand description
Reads the entries of folder, folders first, then by name ignoring case. Blocks on the file
system: call it from Command::perform, never from view.
ยงErrors
Returns why the folder could not be read.