Write Text File
- 16 Apr 2024
- 1 Minute to read
- DarkLight
Write Text File
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
General
This type of action can be used to write text into a file.
NOTE
This type of action is not available in the SaaS version of Mail & Deploy.
Properties
This type of action has the following properties:
Name | Description |
---|---|
Mode | Overwrite file. If you choose this option, the file will be overwritten if it already exists. Otherwise, a new file will be created. Append to file. If you choose this option, the content will be appended to the file if it already exists; otherwise, a new file will be created. |
File Path | An Expression that evaluates to a string that contains the local or UNC file path to write text to. |
Encoding | The encoding to use when writing the file. |
Content | An Expression that evaluates to a string that represents the content to be written to the file. |
Was this article helpful?