operations_mkdir
Create a directory on a cloud storage remote at the specified path if it does not exist.
Instructions
Create directory — Creates the target directory or container if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path in which to create a directory. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| remote | No | Directory path within `fs` to create. |