I'm new to the Lua I/O, but have been using Lua elsewhere for almost two years now. I have this line:
for line in io.lines("myfile.txt") do
but it always results in a "No such file or directory" error. "myfile.txt" is in the same directory as the Lua file.
Where should I put the file "myfile.txt"?