Write Text File
You can select this activity to write a specific text in a file. If the file already exists, then the existing text is overwritten. If the file does not exist, the file is created.
This table lists the properties for the activity.
Property Type | Property Name | Data type | Description |
---|---|---|---|
Input | Lines | List< String> | The list of lines that must be writ- ten. |
Source Filepath | String | The location of the file in which the lines must be written | |
Output | Response Code | Int32 | Response code for the activity. Possible values:
|