Specify file to write data into. Write to file Action supports both binary data and unicode text. If specified file does not exist, it will be created automatically.
Write to file Action. File properties.
| File properties | Description |
| File | Specify file the data will be written to. |
| Text to write | Input some fixed text to be written to file each time Action is executed or use variables to write relevant Task or system relative text. |
| Browse | |
| Variable Wizard |

- Previous write to file property (On Error properties)
- Next write to file property (Options properties)
- Write to file 1 of 4
Return to origin
Additional notes:
- Automation Workshop Write to file Action supports Unicode file names, and path up to 32,000 characters, providing a necessary capacity when performing automated file writing.
- Files written by Write file Actions can be 2 bytes bigger than original amount of text, if saved in Unicode (UTF-16). Those two bytes are Unicode encoding signature and are saved in the beginning of file.
Links