Onetastic Macro Documentation >
>
Folder Folder Object
Description
Represents a folder on local disk.
Remarks
Folder object allows reading contents of folders on local disk.
Properties
Name |
Type |
Access |
Description |
name |
String |
read-only |
Name of this folder. |
path |
String |
read-only |
Full path of this folder. |
type |
ObjectType |
read-only |
Type of this object. Always has the value of "Folder". |
|