VmRunWrapperDirectoryExists Method
Determine whether a directory exists 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 Function DirectoryExists (
vm As VMWareVirtualMachine,
directoryPath As String
) As Boolean
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim directoryPath As String
Dim returnValue As Boolean
returnValue = instance.DirectoryExists(vm,
directoryPath)
No code example is currently available or this language may not be supported.
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
- directoryPath String
-
The full path to a existing file in the guest operating system.
Boolean if the directory exists in the guest operating system; otherwise,
.