Save File

Overview

Save File is an io Node, which allows one to store a specified file containing relevant data from the current project, such as the value of a variable. Providing a location gives a future point of access for the user, which can then be loaded using Load File. When saving a Dictionary, JSON Stringify must be used. This allows for persistent data between sessions.

Attributes

Inputs

Outputs

Last updated