VolumeSetVolumeMountPoint Method |
Associates a volume with a Drive letter or a directory on another volume.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void SetVolumeMountPoint(
string volumeMountPoint,
string volumeGuid
)
Public Shared Sub SetVolumeMountPoint (
volumeMountPoint As String,
volumeGuid As String
)
public:
static void SetVolumeMountPoint(
String^ volumeMountPoint,
String^ volumeGuid
)
static member SetVolumeMountPoint :
volumeMountPoint : string *
volumeGuid : string -> unit
Parameters
- volumeMountPoint
- Type: SystemString
The user-mode path to be associated with the volume. This may be a Drive letter (for example, "X:\")
or a directory on another volume (for example, "Y:\MountX\").
- volumeGuid
- Type: SystemString
A String containing the volume Guid.
Exceptions See Also