This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CaosTECH's profile picture

Saving Data To A Local File

Started by CaosTECH, 27 October 2015 - 01:13 AM
CaosTECH #1
Posted 27 October 2015 - 02:13 AM
The title should give it away, I have been trouble finding out how to save things to a local file. What I mean is like, for an OS a config file, or for a game a "Saved World" file that can be loaded, edited, saved, loaded again, etc.. Is there any way I can do this?
Creator #2
Posted 27 October 2015 - 05:43 AM
Use the fs API and fs.open.