|  AvailableSpace | Returns the amount of space available to a user on the specified drive or network share. | 
|  DriveLetter | Returns the drive letter of a physical local drive or a network share. | 
|  DriveType | Returns a value indicating the type of a specified drive. | 
|  FileSystem | Returns the type of file system in use for the specified drive. | 
|  FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. | 
|  IsReady | Returns True if the specified drive is ready; False if it is not. | 
|  Path | Returns the path for a specified file, folder, or drive. | 
|  RootFolder | Returns a Folder object representing the root folder of a specified drive. | 
|  SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume. | 
|  ShareName | Returns the network share name for a specified drive. | 
|  TotalSize | Returns the total space, in bytes, of a drive or network share. | 
|  VolumeName | Sets or returns the volume name of the specified drive. Read/write. |