This is a read-only snapshot of
the ComputerCraft forums
, taken in April 2020.
ComputerCraft
→
Ask a Pro
writeing to files in a program
Started by craton, 25 July 2012 - 02:12 AM
craton
#1
16 posts
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
8543 posts
Posted 25 July 2012 - 06:09 AM
Check out the API documentation on the ComputerCraft wiki. Specifically, the IO and FS APIs.