DirEntry$Typings extension

on

Properties

isDirectory bool

Available on DirEntry, provided by the DirEntry$Typings extension

True if this is info for a regular directory. Mutually exclusive to DirEntry.isFile and DirEntry.isSymlink.
getter/setter pair
isFile bool

Available on DirEntry, provided by the DirEntry$Typings extension

True if this is info for a regular file. Mutually exclusive to DirEntry.isDirectory and DirEntry.isSymlink.
getter/setter pair

Available on DirEntry, provided by the DirEntry$Typings extension

True if this is info for a symlink. Mutually exclusive to DirEntry.isFile and DirEntry.isDirectory.
getter/setter pair
name String

Available on DirEntry, provided by the DirEntry$Typings extension

The file name of the entry. It is just the entity name and does not include the full path.
getter/setter pair