Hithere__, on 29 October 2012 - 08:53 PM, said:
Title says it all.
Posted 29 October 2012 - 10:51 PM
local file = fs.open("path/to/file", "a")
if file then
file.writeLine("some random text")
file.close()
end
That way it will write to the end of the file, without deleting the previous contents.
Posted 29 October 2012 - 11:02 PM
Posted 29 October 2012 - 11:40 PM
0 members, 1 guests, 0 anonymous users