pub fn entries(path: &Path) -> Result<Vec<EntryInfo>>Expand description
Read and sort all immediate directory entries.
Entry kinds are captured without following final symlinks.
ยงErrors
Returns a contextual error for opening the directory or reading any entry.