Description
Appends a new line as text on the specified file.
Attributes
Input
Encoding - Encoding string
FIlePath - The path and filename of the original file.
Text - The line to be appended on the file.
Misc
DisplayName - Renames the activity.
Example
- Add a File Append Line activity.
- In the File Path field, search for and then select the file you would use by, first, clicking the browse button.
- In the Text field, write "Append a New Line" or any string that you want to append.
The use case should look as the following screenshot:
After execution, the specified text should be appended into the specified file.