Name
VMDeleteFileInGuest
Description
$err = VMDeleteFileInGuest($vmHandle,
$guestPathName);
This function deletes a file in the guest operating system.
Parameters
- vmHandle
-
Identifies a virtual machine. Call
VMOpen()
to create
a virtual machine handle.
- guestPathName
-
The path to the file to be deleted.
Return Value
$err. The error code returned by the operation.
Remarks
- You must call
VMLoginInGuest().
before calling this function.
- Only absolute paths should be used for files in the guest; the resolution of
relative paths is not specified.
Side Effects
None.
Requirements
use VMWare::Vix::Simple;
use VMware::Vix::API::Constants;
since Workstation 6.0
Copyright (C) 2007 VMware, Inc. All rights reserved.