Create Directory
fc_create_directoryCreates a new directory at the specified path, including any missing parent directories.
Instructions
Creates a new directory (including parent directories).
Args:
path (string): Path to the new directory
Returns:
Confirmation of creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the new directory |