Skip to content
On this page

Write Text File

Description

Writes the specified text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created.

Properties

CategoryPropertyTypeDescription
FileEncoding 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. If file don’t exists, will create new file
InputTextIn(String)The text to be added to the file. Support both strings and string variable.

A product of IRTech Company