Command Reference

Create Directory

Creates a directory (or "folder") on the local system.

Action ID: 9
Action Category: Folders

Settings

Directory (folder) name

The path of the directory to create.

Return Values

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

Could not create directory.

<<Destination>>

Example

In this example we will create a new folder named "Images" on the user's hard drive. "Images" will be created in the main application directory of our product.

Directory (folder) name: %AppDir%\Images

 

See Also: Alphabetical List of Actions, Categorical List of Actions, On Error tab