DirEntry
Information about a directory entry returned from Switch.readDir().
Properties
| Property | Type | Description |
|---|---|---|
isDirectory | boolean | true if this is a directory. |
isFile | boolean | true if this is a regular file. |
isSymlink | boolean | true if this is a symbolic link. |
name | string | The file name of the entry (not the full path). |