Text File
Write to textfile
Write to textfile activity is used for writing text to textfile.
*Text file name | The file path is written. |
*Text | The text to be added is written. |
Append | If the append checkbox is checked, data will be appended to the end of the file. If it is not checked and the text file is empty, the data is written to the text file. If the text file includes the data, the old data is deleted to add the new data. |