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

writeing to files in a program

Started by craton, 25 July 2012 - 02:12 AM
craton #1
Posted 25 July 2012 - 04:12 AM
is there a way to make it so that a program can write to a file and if so then how (and can you plaes explain it if you can)?
Lyqyd #2
Posted 25 July 2012 - 06:09 AM
Check out the API documentation on the ComputerCraft wiki. Specifically, the IO and FS APIs.