Click or drag to resize

VolumeGetVolumeDisplayName Method

Gets the shortest display name for the specified volumeName.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string GetVolumeDisplayName(
	string volumeName
)

Parameters

volumeName
Type: SystemString
A volume Guid path: \\?\Volume{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\.

Return Value

Type: String
The shortest display name for the specified volume found, or if no display names were found.
Remarks
This method basically returns the shortest string returned by EnumerateVolumePathNames(String)
See Also