VolumeDeleteDosDevice Method (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
)
Public Shared Sub DeleteDosDevice (
deviceName As String
)
public:
static void DeleteDosDevice(
String^ deviceName
)
static member DeleteDosDevice :
deviceName : string -> unit
Parameters
- deviceName
- Type: SystemString
An MS-DOS device name specifying the device to delete.
See Also