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

API that only uses files in CC computers

Started by augiteSoul, 16 April 2016 - 04:17 PM
augiteSoul #1
Posted 16 April 2016 - 06:17 PM
Is there an api that only uses in-game computer files? Because I want to make a self-replicating file.
Bomb Bloke #2
Posted 17 April 2016 - 12:02 AM
Sounds like you're looking for the fs API, or the fs.open() function specifically.