Posted 01 September 2012 - 08:53 PM
hello im making a program and i wanted it to store all of its info in a folder and i tried this
local file = io.open("Test/Test.txt", "w")
file:write("{ }")
file:close()
but it didn't work