Write File
writeWrite content to a file, overwriting all existing data. Automatically creates the file and any missing parent directories.
Instructions
Write content to a file, OVERWRITING ALL existing content. Creates the file and parent directories if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to file or directory. | |
| content | Yes | Content to write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | No | ||
| bytesWritten | No |