faf_write
Write content to any file on the local filesystem by providing a path and the content.
Instructions
Write content to any file on the local filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative file path to write | |
| content | Yes | Content to write to the file |