Skip to content
On this page

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

CategoryPropertyTypeDescription
FileEncodingIn(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 NameIn(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.
InputTextIn(String)The text to be appended to the file. You can create variable for it.

A product of IRTech Company