DiskSpaceInfoDriveName Property |
Gets the name of a drive.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string DriveName { get; }
Public ReadOnly Property DriveName As String
Get
public:
property String^ DriveName {
String^ get ();
}
member DriveName : string with get
Return Value
Type:
StringThe name of the drive.
Remarks This property is the name assigned to the drive, such as C:\ or E:\
See Also