Dir Create
Create a directory on the file system.
Inputs#
| Port | Description |
|---|---|
| The path of the directory to create. | |
| If true, creates all parent directories as needed (like mkdir -p). If false, only creates the final directory and fails if parent directories don't exist. |
Outputs#
| Port | Description |
|---|---|
| Executes if the directory creation is successful. | |
| Executes if the directory creation fails. |
ID: core/dir-create@v1