Skip to content

Directory Create

DirectoryCreate supports creating directories (folders).


Indicates the full path of the directory on which to perform the action.

What to do when the target directory already exists.

Options:

  • Do nothing performs no action.

  • Increment folder name will add a number to the end of the folder name to make the name unique. This is a sequential number starting with 1.

  • Clear will delete the entire contents of the directory.

  • Throw exception will stop the process and return an error.

The function returns the name of the folder that was created.