Opens a file in read file = io.open("test.lua", "r") -- sets the default ... of the file io.write("-- End of the test.lua file") -- closes the open file ...
確定! 回上一頁