Folder Object Members
Public Methods
  Copy | Copy this folder | 
  CreateTextFile | Create a file as a TextStream | 
  Delete | Delete this folder | 
  Move | Move this folder | 
Public Properties
  Attributes | Folder attributes | 
  DateCreated | Date folder was created | 
  DateLastAccessed | Date folder was last accessed | 
  DateLastModified | Date folder was last modified | 
  Drive | Get drive that contains folder | 
  Files | Get files collection | 
  IsRootFolder | True if folder is root | 
  Name | Get name of folder | 
  ParentFolder | Get parent folder | 
  Path | Path to folder | 
  ShortName | Short name | 
  ShortPath | Short path | 
  Size | Sum of files and subfolders | 
  SubFolders | Get folders collection | 
  Type | Type description | 
See Also