Skip to content

Write String

Purpose of the Node

The Write String node is designed to write a string content to a specified file path. It initiates execution, receives the path and content as inputs, and outputs completion or failure based on the operation’s success.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInput, Initiates ExecutionExecutionN/A
PathThe file path to write toStructFlowPath
ContentThe string content to writeStringN/A
EndOutput, Done with the ExecutionExecutionN/A
FailedOutput, Triggered if writing the file failsExecutionN/A