create_directory
create_directoryCreate a new directory inside a Godot project by specifying the project path and a 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 |