Utilities.CreateDir Method

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is obsolete. See the Remarks section below.

Description

The Utilities.CreateDir method creates a new folder with the specified name.

Declaration

Utilities.CreateDir(Name)

Name [in]    Required    String    
Result Boolean

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Name

Specifies the name of the new folder.

Result Value

True if creation of a new folder succeeds. Otherwise, False.

Remarks

This method is obsolete. It is supported for backward compatibility only. To create a new folder, use the aqFileSystem.CreateFolder method.

See Also

CreateFolder Method
DeleteFolder Method
RenameFolder Method

Highlight search results