lua function: write to a file


        file = io.open("testRead.txt","w")
        file:write("alfile")
	file:write("tempscannedfile")
	file:close()

In

Leave a Reply

Your email address will not be published. Required fields are marked *