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