Click or drag to resize
ImDiskAPIRemoveMountPoint Method
Restores a reparsepoint to be an ordinary empty directory, or removes a drive letter mount point.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static void RemoveMountPoint(
	string MountPoint
)

Parameters

MountPoint
Type: SystemString
Path to a reparse point on an NTFS volume, or a drive letter followed by a colon to remove a drive letter mount point.
See Also