Skip to main content

read_folder

Function read_folder 

Source
pub fn read_folder(folder: &Path) -> Listing
Expand 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.