VolumeDeleteDosDevice Method (String, String) |
Deletes an MS-DOS device name.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void DeleteDosDevice(
string deviceName,
string targetPath
)
Public Shared Sub DeleteDosDevice (
deviceName As String,
targetPath As String
)
public:
static void DeleteDosDevice(
String^ deviceName,
String^ targetPath
)
static member DeleteDosDevice :
deviceName : string *
targetPath : string -> unit
Parameters
- deviceName
- Type: SystemString
An MS-DOS device name string specifying the device to delete. - targetPath
- Type: SystemString
A pointer to a path string that will implement this device. The string is an MS-DOS path string unless the
RawTargetPath flag is specified, in which case this string is a path string.
See Also