Gets the name of the drive.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : 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