File
Simple file loading and saving helpers
lib.file.load
Load a file and it's content
Parameter
Type
Required
Description
path
String
Path of the file
from_central
Boolean
If the directory should prefix saved_data
lib.file.save
Save a file and it's contents
Parameter
Type
Required
Description
path
String
Path of the file
data
Object
Data to be saved
from_central
Boolean
If the directory should prefix saved_data
Last updated