Write Text File =============== Category -------- Text File Commands Description ----------- This command writes specified data to a text file. Use this command when you want to write data to text files. Parameters ---------- **File Path** Indicate the path to the file. **Text** Indicate the text to be written. {CRLF} inserts a newline. **Option** Indicate whether this command should append the text to or overwrite all existing text in the file. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Text File Commands\\Write Text File\\Write Text File.xml` See Also -------- - :doc:`Read Text File `