VolumeDefineDosDevice Method (String, String) |
[AlphaFS] Defines, redefines, or deletes MS-DOS device names.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void DefineDosDevice(
string deviceName,
string targetPath
)
Public Shared Sub DefineDosDevice (
deviceName As String,
targetPath As String
)
public:
static void DefineDosDevice(
String^ deviceName,
String^ targetPath
)
static member DefineDosDevice :
deviceName : string *
targetPath : string -> unit
Parameters
- deviceName
- Type: SystemString
An MS-DOS device name string specifying the device the function is defining, redefining, or deleting. - targetPath
- Type: SystemString
An MS-DOS path that will implement this device.
See Also