fs_write_binary
Decode base64 data and write binary bytes to a file. Supports appending to existing files.
Instructions
Decode base64 data to binary bytes and write bytes to file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| append | No | ||
| file_path | Yes | ||
| base64_data | Yes |