Make Directory Tree operation

Recursively creates a directory on the file system of the LiveCycle Server. If any of the folders in the path of the directory do not exist, they are created.

For information about the General and Route Evaluation property groups, see Common operation properties.

Input properties

Properties for specifying the directory path.

Pathname

A string value that represents the fully qualified path of the directory to create.

Output properties

Properties for specifying where to save results.

Success

A boolean value that indicates whether the directory was successfully created. A value of true indicates the directory was created, and false indicates the directory was not successfully created.

Exceptions

The exception event attached to this operation can receive FileUtilsException exceptions.

// Ethnio survey code removed