VolumeQueryDosDevice Method |
[AlphaFS] Retrieves the current mapping for a particular MS-DOS device name.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string QueryDosDevice(
string deviceName
)
Public Shared Function QueryDosDevice (
deviceName As String
) As String
public:
static String^ QueryDosDevice(
String^ deviceName
)
static member QueryDosDevice :
deviceName : string -> string
Parameters
- deviceName
- Type: SystemString
An MS-DOS device name string specifying the target of the query, such as: "C:", "D:" or "\\?\Volume{GUID}".
Return Value
Type:
StringThe current mapping for a particular MS-DOS device name.
Exceptions See Also