Skip to main content

Write File

Writes a text content to the specified file path

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Path - The path of the file that will be write to it.
  • Text - The text for writing to the specified file.

Options

  • Write Mode - Type for writing the file Append for appending the content to an existing file, Truncate for overwriting the content if the file exists.
  • Base64 - Converts the provided base64 text content into binary format while writing the data.