Click or drag to resize
ImDiskAPICreateMountPoint Method
Overload List
  NameDescription
Public methodStatic memberCreateMountPoint(String, String)
An easy way to turn an empty NTFS directory to a reparsepoint that redirects requests to a mounted device. Acts quite like mount points or symbolic links in *nix. If MountPoint specifies a character followed by a colon, a drive letter is instead created to point to Target.
Public methodStatic memberCreateMountPoint(String, UInt32)
An easy way to turn an empty NTFS directory to a reparsepoint that redirects requests to an ImDisk device. Acts quite like mount points or symbolic links in *nix. If MountPoint specifies a character followed by a colon, a drive letter is instead created to point to Target.
Top
See Also