New in package 167
Syntax
var entries = directory.entries();
Description
Represents a file or directory object.
Properties
Property | Type | Description |
---|---|---|
[name] | String | File or directory name. |
[parent] | Directory | Parent directory. |
[fullPath] | String | Full file system path. |
[exists] | Boolean | true if exists. |
[isFile] | Boolean | true if is a file. |
[isDirectory] | Boolean | true if is a directory. |
[lastModifiedDate] | Date | Last modification date and time. |