In this section, you will find all available actions for file I/O.
Write Text File
This action can be used to write text to a file. The following attributes can be defined:
Mode | The mode to apply when writing the file. Create New File. If you use this mode, a new file will be created. Any existing file will be deleted first. Append To File. If you use this mode, the content will be appended to an existing file at the given file path. |
Mode | An expression (see Expressions) that evaluates to the full path of the file to write to. The file path needs to include the file type extension. that the file will be saved to the file system by Mail & Deploy Server and therefore the following requirements have to be met:
|
Content | An expression (see Expressions) that evaluates to the content to write. |