This method is obsolete. See the Remarks section below. |
Description
The Utilities.CreateDir
method creates a new folder with the specified name.
Declaration
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.