Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Working With Files

JasonJonesLASM edited this page Dec 17, 2020 · 1 revision

Paths

When working with files, you have two places you can save them to. You may choose a custom path, or to save to the persistant data path. A persistant data path is a path given to you by the OS and is always the same on that OS. When using a persistant data path, you should make sure any units that ask for a path, have its Persistant Data Path value checked in the graph inspector. When checking it, the path port will be removed from that unit.

Persistant Path

Filename

When choosing the filename, which is always seperate from the path, you should include its extension. The extension is your own, so choose it how you see fit.

File Name

Append

When saving a file, you may have also noticed the Append toggle. When this is checkmarked, saving a file will override the current value if it exists, and add it if it doesn't. On top of that, it allows you to save new data directly into the file without loading and resaving it.

Append

Clone this wiki locally