create_directory
Create a directory in a Godot project by supplying the project path and a directory path relative to the project root. Simplifies folder setup for game projects.
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 |