Append Line
Description
This activity allows you to append the specified string to a file, creating the file if it does not already exist.
Properties
Category | Property | Type | Description |
---|---|---|---|
File | Encoding | In(String) | The encoding type to be used. If no encoding type is specified, the activity will search for the file's Byte Order Marks to detect the encoding. If no Byte Order Marks are detected, the UTF-8 encoding is selected by default. |
File Name | In(String) | The path of the file to append the line to, if the file is not created, create a new file and write line content to it. If the path is not full, the file will be searched in the project folder. | |
Input | Text | In(String) | The text to be appended to the file. You can create variable for it. |