Append Line

Appends a string to a file.

This activity appends the specified string to a file and creates the file if it does not already exist.

File

  • File Encoding: Select the encoding type that is to be used for the appending process from a list of encodings provided.

  • File Name: String Argument Required The full path of the file to which the text is to be appended.

Input

  • Input Text: String Argument Required Specifies the text to be appended to the file.

Last updated