Function conserve::list_dir

source ·
pub fn list_dir(path: &Path) -> Result<(Vec<String>, Vec<String>)>
Expand description

List a directory.

Returns a list of filenames and a list of directory names respectively, forced to UTF-8, and sorted naively as UTF-8.