Name

VMCreateDirectoryInGuest

Description

$err = VMCreateDirectoryInGuest($vmHandle,
                                $pathName,
                                $propertyListHandle);

This function creates a directory in the guest operating system.

Parameters

vmHandle
Identifies a virtual machine. Call VMOpen() to create a virtual machine handle.
pathName
The path to the directory to be created.
propertyListHandle
Must be VIX_INVALID_HANDLE.

Return Value

$err. The error code returned by the operation. For returned values, see Topics > Error Codes.

Remarks

Side Effects

None.

Requirements

use VMware::Vix::Simple;
use VMware::Vix::API::Constants;
since Workstation 6.0
Minimum Supported Guest OS: Microsoft Windows NT Series, Linux

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