Skip to content

File Get

Purpose of the Node

The File Get node is designed to read all bytes from a specified file path. It takes in a FlowPath as input and outputs the bytes as an array.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the nodeStructFlowPath
PathThe path to the fileFlowPathStruct
EndMarks the end of the execution if the operation is successfulStructN/A
BytesOutputs the bytes read from the fileByteArray
FailedIndicates if the operation failedExecutionN/A