Write File
write_fileWrites supplied content to a specified file, creating a new file when the target path does not exist.
Instructions
This function will write the given content to a file. If the file does not exist, it will be created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| content | Yes |