Folder Object
| Add | Adds a new Folder to a Folders collection. |
| Attributes | Sets or returns the attributes of a specified folder. |
| Copy | Copies a specified folder from one location to another. |
| CreateTextFile | Creates a new text file in the specified folder and returns a TextStream object to access the file. |
| DateCreated | Returns the date and time when a specified folder was created. |
| DateLastAccessed | Returns the date and time when a specified folder was last accessed. |
| DateLastModified | Returns the date and time when a specified folder was last modified. |
| Delete | Deletes a specified folder. |
| Drive | Returns the drive letter of the drive where the specified folder resides. |
| Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set. |
| IsRootFolder | Returns True if a folder is the root folder and False if not. |
| Move | Moves a specified folder from one location to another. |
| Name | Sets or returns the name of a specified folder. |
| ParentFolder | Returns the parent folder of a specified folder. |
| Path | Returns the path for a specified folder. |
| ShortName | Returns the short name of a specified folder. |
| ShortPath | Returns the short path of a specified folder. |
| Size | Returns the size of a specified folder. |
| SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with Hidden and System file attributes set. |
| Type | Returns the type of a specified folder. |
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext