[This is preliminary documentation and subject to change]
Description | Language Element |
---|---|
Returns True if the file pointer immediately precedes the end-of-line marker in a TextStream file; False if it is not. | AtEndOfLine Property |
Returns True if the file pointer is at the end of a TextStream file; False if it is not. | AtEndOfStream Property |
Sets or returns the attributes of files or folders. | Attributes Property |
Returns the amount of space available to a user on the specified drive or network share. | AvailableSpace Property |
Returns the column number of the current character position in a TextStream file. | Column Property |
Sets and returns the comparison mode for comparing string keys in a Dictionary object. | CompareMode Property |
Returns the number of items in a collection or Dictionary object. | Count Property |
Returns the date and time that 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 that the specified file or folder was last modified. | DateLastModified Property |
Returns the drive letter of the drive on which the specified file or folder resides. | Drive Property |
Returns the drive letter of a physical local drive or a network share. | DriveLetter Property |
Returns a Drives collection consisting of all Drive objects available on the local machine. | Drives Property |
Returns a value indicating the type of a specified drive. | DriveType Property |
Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set. | Files Property |
Returns the type of file system in use for the specified drive. | FileSystem Property |
Returns the amount of free space available to a user on the specified drive or network share. | FreeSpace Property |
Returns True if the specified drive is ready; False if it is not. | IsReady Property |
Returns True if the specified folder is the root folder; False if it is not. | IsRootFolder Property |
Sets or returns an item for a specified key in a Dictionary object. | Item Property |
Sets a key in a Dictionary object. | Key Property |
Returns the current line number in a TextStream file. | Line Property |
Sets or returns the name of a specified file or folder. | Name Property |
Returns the folder object for the parent of the specified file or folder. | ParentFolder Property |
Returns the path for a specified file, folder, or drive. | Path Property |
Returns a Folder object representing the root folder of a specified drive. | RootFolder Property |
Returns the decimal serial number used to uniquely identify a disk volume. | SerialNumber Property |
Returns the network share name for a specified drive. | ShareName Property |
Returns the short name used by programs that require the earlier 8.3 naming convention. | ShortName Property |
Returns the short path used by programs that require the earlier 8.3 file naming convention. | ShortPath Property |
Returns the size, in bytes, of the specified file or folder. | Size Property |
Returns a Folders collection consisting of all folders contained in a specified folder, including those with Hidden and System file attributes set. | SubFolders Property |
Returns the total space, in bytes, of a drive or network share. | TotalSize Property |
Returns information about the type of a file or folder. | Type Property |
Sets or returns the volume name of the specified drive. | VolumeName Property |