Build.File - mkdir
Parameters
Table 9. Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| dir | string | The directory to create. | true |
| if | bool | If true, the task will be executed, otherwise it will be skipped. The default is true. | False |
| unless | bool | The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. | False |