Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Where is my saved table/file? — Gideros Forum

Where is my saved table/file?

ExCxExCx Member
edited December 2012 in General questions
Hi, I'm using this: http://www.giderosmobile.com/forum/discussion/367/save-load-a-table to save a table into a txt. The simple code is as follows:

t={1,2,3,4,5}
table.save(t,"|D|a.txt")

And I can't see the "a.txt" anywhere on my computer. Aren't these two lines enough? Btw, I checked it with "print" and it returns 1 so it does execute.

Comments

Sign In or Register to comment.