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 toDirEntry.isFile
andDirEntry.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 toDirEntry.isDirectory
andDirEntry.isSymlink
.getter/setter pair - isSymlink ↔ bool
-
Available on DirEntry, provided by the DirEntry$Typings extension
True if this is info for a symlink. Mutually exclusive toDirEntry.isFile
andDirEntry.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