| describe | Language elements |
| In a TextStream file, if the file pointer crosses the end of the line flag, returns True; otherwise, returns False. | AtEndOfLine attribute |
| Return True if the file pointer is at the end of the TextStream file; otherwise, return False. | AtEndOfStream property |
| Sets or returns properties of files or folders. | Attributes attributes |
| Returns the user the total number of available space on the specified drive or network share. | AvailableSpace Properties |
| Returns the column number of the current character position in the TextStream file. | Column Properties |
| Sets and returns the comparison method for the comparison string key value in the Dictionary object. | CompareMode property |
| Returns the number of items in a collection or Dictionary object. | Count property |
| Returns the date and time when the specified file or folder was created. | DateCreated property |
| Returns the date and time that the specified file or folder was last accessed. | DateLastAccessed property |
| Returns the date and time when the specified file or folder was last modified. | DateLastModified property |
| Returns the drive letter of the drive where the specified file or folder resides. | Drive properties |
| Returns the drive letter of the local drive or network share. | DriveLetter Properties |
| Returns a Drives collection that contains all available Drive objects on the local machine. | Drives Properties |
| Returns a value that represents the type of the specified drive. | DriveType Properties |
| Returns a Files collection that contains all File objects (including those with implicit and system file attribute settings) contained in the specified folder. | Files Properties |
| Returns the type of file system that is being used for the specified drive. | FileSystem Properties |
| Returns the user to the total available space on the specified drive or network share. | FreeSpace Properties |
| Return True if the specified drive is ready; otherwise return False. | IsReady Properties |
| Return True if the specified folder is the root folder; otherwise, return False. | IsRootFolder property |
| Sets or returns an item for the specified key value in the Dictionary object. | Item properties |
| Set a key value in the Dictionary object. | Key attributes |
| Returns the current line number in the TextStream file. | Line Properties |
| Sets or returns the name of the specified file or folder. | Name attribute |
| Returns the folder object of the folder at the specified file or folder. | ParentFolder Properties |
| Returns the path to the specified file, folder, or drive. | Path attributes |
| Returns a Folder object that represents the root folder of the specified drive. | RootFolder property |
| Returns the decimal number used to uniquely determine a disk volume. | SerialNumber Properties |
| Returns the network share name of the specified drive. | ShareName Properties |
| Returns the short name used by the program that requires the previous 8.3 file naming convention. | ShortName property |
| Returns the short path used by the program that requires the previous 8.3 file naming convention. | ShortPath attribute |
| Returns the size of the specified file or folder by byte. | Size attribute |
| Returns a Folders collection that contains all folders contained in the specified folder (including those with implicit and system file attribute settings). | SubFolders Properties |
| Returns the total space of the drive or network share by byte. | TotalSize property |
| Returns information about file or folder type. | Type attributes |
| Sets or returns the volume name of the specified drive. | VolumeName property |