mkdir
Full path: /system/filesystem/mkdir
Creates a directory at the specified path.
Parameters
Name | Type | Description |
---|---|---|
Path | string as directory | The path of the new directory. |
Make parents | boolean | Select this check box to create a hierarchical path like c:\dir1\dir2\dir3 in one step. |
Abort on error | boolean | Optional parameter. This parameter determines the outcome of a job in which an error has occurred. If the Abort on error parameter is true, job execution will be terminated. If the Abort on error parameter is false, FlowForce Server will ignore errors and continue job execution. The default value is true. |
Working directory | string as directory | Specifies the working directory (for example, c:\somedirectory). If relative paths are used, they will be resolved against the working directory. |
Examples
If Working-Directory is c:\temp, and Path is temp2\temp3, the function creates the new directory c:\temp\temp2\temp3.