Function scan_dir

Source
fn scan_dir(dir: &str) -> Option<Vec<(String, bool)>>
Expand description

One level of a folder on disk: subfolders first, then media files. None = unreadable.