VolumeGetVolumeDisplayName Method |
Gets the shortest display name for the specified volumeName.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetVolumeDisplayName(
string volumeName
)
Public Shared Function GetVolumeDisplayName (
volumeName As String
) As String
public:
static String^ GetVolumeDisplayName(
String^ volumeName
)
static member GetVolumeDisplayName :
volumeName : string -> string
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 See Also