string = SetVolumeMountPoint(VolumeMountPoint, VolumeName )
Mounts the specified volume at the specified volume mount point.
Note that both parameters must have trailing backslashes.
This method exists only on Windows 2000 or later. On earlier platforms, NotImplementedError will be raised.
SetVolumeMountPoint('h:\\tmp\\','c:\\')