SkipIfExists¶
Skip this file path if the checked path already exists.
This node can be used in offline processing when iterating over paths, e.g., with a FileIterator node. The node can accept and modify the file path that would be wired into an import node, based on whether a second path (the 'checked path') already exists. In that context, the checked path would often be the output file path that the pipeline ultimately writes to (e.g., what is wired into the final export node). Version 1.0.0
Ports/Properties¶
path¶
File path.
checked_path¶
Path to check.
enable_check¶
Enable checking and skipping (default). Can be disabled (i.e., via a ParameterPort), so that files that exist are not skipped.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.