Name

VixVM_RenameFileInGuest

Description

VixHandle
VixVM_RenameFileInGuest(VixHandle vmHandle,
                        const char *oldName,
                        const char *newName,
                        int options,
                        VixHandle propertyListHandle,
                        VixEventProc *callbackProc,
                        void *clientData);

This function renames a file or directory in the guest operating system.

Parameters

vmHandle
Identifies a virtual machine. Call VixVM_Open() to create a virtual machine handle.
oldName
The path to the file to be renamed.
newName
The path to the new file.
options
Must be 0.
propertyListHandle
Must be VIX_INVALID_HANDLE.
callbackProc
A callback function that will be invoked when the operation is complete.
clientData
A parameter that will be passed to the callbackProc function.

Return Value

VixHandle. A job handle that describes the state of this asynchronous operation.

Remarks

Side Effects

None.

Requirements

vix.h, since VMware Workstation 6.0
Minimum Supported Guest OS: Microsoft Windows NT Series, Linux

Copyright (C) 2007-2017 VMware, Inc. All rights reserved.