Write Text File
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Write Text File

  • Dark
    Light

Article summary

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
ModeOverwrite 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 PathAn Expression that evaluates to a string that contains the local or UNC file path to write text to.
EncodingThe encoding to use when writing the file.
ContentAn Expression that evaluates to a string that represents the content to be written to the file.

Was this article helpful?