pub fn quick_list(path: &Path) -> Result<FileTree, ScanError>Expand description
Create a quick, non-recursive directory listing for immediate display. This function reads only the immediate children of a directory without recursing into subdirectories. Directory sizes will be 0 (unknown).