make_directory
Creates a new directory in the Google Colab runtime, with options to create parent directories and handle existing paths without error.
Instructions
Creates a directory in the Colab runtime through Colab's contents API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| parents | No | ||
| existOk | No |