create_directory
Create a new directory within a Godot project using the specified project path and relative directory path.
Instructions
Create a directory inside a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Godot project path | |
| directoryPath | Yes | Directory path relative to project root |