コンテンツにスキップ

Dir Create

このコンテンツはまだ日本語訳がありません。

Create a directory on the file system.

PortDescription
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.
PortDescription
Success
Executes if the directory creation is successful.
Error
Executes if the directory creation fails.

ID: core/dir-create@v1