Action

Determines the action


  • Overwrite
    The file is overwritten if it already exists, or created if it does not exist.

  • Create
    The file is created, if the file already exists an exception is thrown.

  • Append
    The specified text is appended to the file if it already exists, or created if it does not exist.


File Server

The NetBIOS name, IP address, or fully qualified domain name of the machine on which the file should be written. To write to a file on the XIA Automation Server executing the task enter localhost.


Text

The text to write or append to the file.