DriveInfo Properties |
The DriveInfo type exposes the following members.
Name | Description | |
---|---|---|
AvailableFreeSpace | Indicates the amount of available free space on a drive. | |
DiskSpaceInfo | [AlphaFS] Returns the instance. | |
DosDeviceName | [AlphaFS] The MS-DOS device name. | |
DriveFormat | Gets the name of the file system, such as NTFS or FAT32. | |
DriveType | Gets the drive type. | |
IsDosDeviceSubstitute | [AlphaFS] Indicates if this drive is a SUBST.EXE / DefineDosDevice drive mapping. | |
IsReady | Gets a value indicating whether a drive is ready. | |
IsUnc | [AlphaFS] Indicates if this drive is a UNC path. | |
IsVolume | [AlphaFS] Determines whether the specified volume name is a defined volume on the current computer. | |
Name | Gets the name of the drive. | |
RootDirectory | Gets the root directory of a drive. | |
TotalFreeSpace | Gets the total amount of free space available on a drive. | |
TotalSize | Gets the total size of storage space on a drive. | |
VolumeInfo | [AlphaFS] Contains information about a file-system volume. | |
VolumeLabel | Gets or sets the volume label of a drive. |