ImDiskAPIRemoveMountPoint Method |
Restores a reparsepoint to be an ordinary empty directory, or removes a drive
letter mount point.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static void RemoveMountPoint(
string MountPoint
)
Public Shared Sub RemoveMountPoint (
MountPoint As String
)
public:
static void RemoveMountPoint(
String^ MountPoint
)
static member RemoveMountPoint :
MountPoint : string -> unit
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