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

  1. Add a File Append Line activity.
  2. In the File Path field, search for and then select the file you would use by, first, clicking the browse button.
  3. 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.