Skip to content

Dir Create

Create a directory on the file system.

Inputs#

Port Description
Path
The path of the directory to create.
Create Parents
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
Success
Executes if the directory creation is successful.
Error
Executes if the directory creation fails.

ID: core/dir-create@v1