Click or drag to resize

DriveInfoToString Method

Returns a drive name as a string.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public override string ToString()

Return Value

Type: String
The name of the drive.
Remarks
This method returns the Name property.
See Also