VmRunWrapperFileRename Method
Rename a file in the guest operating system of the specified virtual machine.
Namespace: DevCase.ThirdParty.VMwareAssembly: 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 Sub FileRename (
vm As VMWareVirtualMachine,
srcFilepath As String,
dstFilepath As String
)
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim srcFilepath As String
Dim dstFilepath As String
instance.FileRename(vm, srcFilepath, dstFilepath)
No code example is currently available or this language may not be supported.
Parameters
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
- srcFilepath String
-
The full path to a existing file in the guest operating system.
- dstFilepath String
-
The new destination path for the file set in the srcFilepath parameter.