File Object
| Attributes | Sets or returns the attributes of a specified file. |
| Copy | Copies a specified file from one location to another. |
| DateCreated | Returns the date and time when a specified file was created. |
| DateLastAccessed | Returns the date and time when a specified file was last accessed. |
| DateLastModified | Returns the date and time when a specified file was last modified. |
| Delete | Deletes a specified file. |
| Drive | Returns the drive letter of the drive where a specified file or folder resides. |
| Move | Moves a specified file from one location to another. |
| Name | Sets or returns the name of a specified file. |
| OpenAsTextStream | Opens a specified file and returns a TextStream object to access the file. |
| ParentFolder | Returns the folder object for the parent of the specified file. |
| Path | Returns the path for a specified file. |
| ShortName | Returns the short name of a specified file. |
| ShortPath | Returns the short path of a specified file. |
| Size | Returns the size, in bytes, of a specified file. |
| Type | Returns the type of a specified file. |
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext