DirEntry$Typings extension
Properties
-
isDirectory
↔ bool
-
True if this is info for a regular directory. Mutually exclusive to
DirEntry.isFile
and DirEntry.isSymlink
.
getter/setter pair
-
isFile
↔ bool
-
True if this is info for a regular file. Mutually exclusive to
DirEntry.isDirectory
and DirEntry.isSymlink
.
getter/setter pair
-
isSymlink
↔ bool
-
True if this is info for a symlink. Mutually exclusive to
DirEntry.isFile
and DirEntry.isDirectory
.
getter/setter pair
-
name
↔ String
-
The file name of the entry. It is just the entity name and does not
include the full path.
getter/setter pair