Click or drag to resize

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
)

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: String
The current mapping for a particular MS-DOS device name.
Exceptions
See Also