VolumeGetVolumeDisplayName Method |
[AlphaFS] Gets the shortest display name for the specified volumeName.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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