Remove
Overview

The Remove Node deletes a file specified by the user. The file path has to be given as input and the output is a Boolean indicating whether the operation was successful.
Scope: Project, Scene, Function, Prefab.
Inputs
Input
Type
Description
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Path
String
The path of the file to be removed.
Outputs
Output
Type
Description
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Success
Bool
Returns true or false, depending on whether the file removal was successful.
See Also
Last updated
Was this helpful?