fn cmp_dirs_first(lhs: &DirEntry, rhs: &DirEntry) -> Result<Ordering>
Compare function for dir entries.
Sorts directories above files.