Skip to content

List Paths

Purpose of the Node

The List Paths node initiates the execution of a process to list all paths within a specified directory, either recursively or not, and outputs the paths if successful or an error if the process fails.

Pins

The List Paths node has input and output pins to control and receive data during the execution.

Pin NamePin DescriptionPin TypeValue Type
StartInitiate ExecutionStructExecution
PrefixThe directory path and prefix to start listing fromStructFlowPath
RecursiveDetermines whether to list paths recursivelyBooleanNormal
EndMarks the completion of the executionStructExecution
PathsOutputs the list of paths foundStructArray of FlowPath
FailedOutputs an execution if the paths listing failsStructExecution