faf_write
Create or overwrite a file with supplied content at a given path.
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 |