Create Directory
fc_create_directoryCreate a new directory including any missing parent directories by providing a path. Resolves folder structure needs in one step.
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 |