Click or drag to resize
VolumeDeleteDosDevice Method (String, 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,
	string targetPath
)

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