Click or drag to resize
VolumeDeleteDosDevice Method (String)
Deletes an MS-DOS device name.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void DeleteDosDevice(
	string deviceName
)

Parameters

deviceName
Type: SystemString
An MS-DOS device name specifying the device to delete.
See Also