create_dir
create_dir(path)
Create a directory (including parents)
Syntaxe
create_dir("./new_folder/sub_folder");
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
path | yes | - | Directory path to create |
create_dir(path)
Create a directory (including parents)
create_dir("./new_folder/sub_folder");
| Name | Required | Default | Description |
|---|---|---|---|
path | yes | - | Directory path to create |