VmRunWrapperDirectoryExistsAsync Method
Asynchronously 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 DirectoryExistsAsync (
vm As VMWareVirtualMachine,
directoryPath As String
) As Task(Of Boolean)
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim directoryPath As String
Dim returnValue As Task(Of Boolean)
returnValue = instance.DirectoryExistsAsync(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.
TaskBoolean if the directory exists in the guest operating system; otherwise,
.