DriveInfo Properties
.NET Framework 4.5
The DriveInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
AvailableFreeSpace | Indicates the amount of available free space on a drive. |
|
DriveFormat | Gets the name of the file system, such as NTFS or FAT32. |
|
DriveType | Gets the drive type. |
|
IsReady | Gets a value indicating whether a drive is ready. |
|
Name | Gets the name of a 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. |
|
VolumeLabel | Gets or sets the volume label of a drive. |