faf_write
Write content to any file on the local filesystem using specified path and content. Specify the absolute or relative file path and the text content to write.
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 |