Name

FileExistsInGuest

Description

HRESULT
FileExistsInGuest([in] BSTR guestPathName,
                  [in] ICallback* jobDoneCallback,
                  [out,retval] IJob** fileJob);

This function tests the existence of a file in the guest operating system.

Parameters

guestPathName
The path to the file to be tested.
jobDoneCallback
A callback function that will be invoked when the operation is complete.
fileJob
Returns an IJob object that describes the state of this asynchronous operation.

Return Value

HRESULT

Remarks

Side Effects

None.

Requirements

VixCOM.h, since VMware Workstation 6.0
Copyright (C) 2007 VMware, Inc. All rights reserved.