Dir Create
このコンテンツはまだ日本語訳がありません。
Create a directory on the file system.
Inputs
Section titled “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
Section titled “Outputs”| Port | Description |
|---|---|
| Executes if the directory creation is successful. | |
| Executes if the directory creation fails. |
ID: core/dir-create@v1