Click or drag to resize
DriveInfoName Property
Gets the name of the drive.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public string Name { get; }

Return Value

Type: String
The name of the drive.
Remarks
This property is the name assigned to the drive, such as C:\ or E:\
See Also