VolumeDeleteDosDevice Method (String) |
[AlphaFS] Deletes an MS-DOS device name.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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