Write file
write_fileCreate or overwrite a file in an app, automatically creating all missing parent directories so the file is saved without path errors.
Instructions
Create or overwrite a file in an app. Parent directories are created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| path | Yes | Path relative to the app root | |
| content | Yes |