DirEntry
An entry within a directory.
Yielded by entries and
Path.entries.
Operators
path / entry returns the derived Path for that directory
entry:
Fields
ino @ IntThe inode number of the entry.
Unix only: reading it against a Windows target raises
FieldError.name @ StrThe final path component for the entry.
type @ FileTypeThe file type.