VmRunWrapperFileCopyFromGuestToHost Method

Copies a file from the guest operating system of the specified virtual machine to the host operating system.

Definition

Namespace: DevCase.ThirdParty.VMware
Assembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void FileCopyFromGuestToHost(
	VMWareVirtualMachine vm,
	string guestFilePath,
	string hostFilePath
)

Parameters

vm  VMWareVirtualMachine
The VMWare virtual machine.
guestFilePath  String
The source file path; the file to be copied from the guest operating system.
hostFilePath  String
The destination file path; the file being copied into the host operating system.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

VMware Workstation Player / VMware Workstation Pro (vmrun.exe)

See Also