make_directory
Create directories within a sandboxed filesystem using relative paths, automatically creating parent folders as needed. Safely organize files without leaving the sandbox.
Instructions
Create a directory inside the sandbox.
Path must be relative to the sandbox root
Creates parent directories if needed
Does nothing if the directory already exists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |