nebula
Junior Member
fear.
Posts: 59
|
dofile
Dec 18, 2005 22:58:46 GMT -5
Post by nebula on Dec 18, 2005 22:58:46 GMT -5
was gonna use this for loading a ini with vars in it...but i can't for the life of me find where it looks for files
./ doesn't work, various paths from the windower directory didn't work, after that i didn't know where to begin o.O
|
|
sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
dofile
Feb 28, 2006 1:06:42 GMT -5
Post by sdphantom on Feb 28, 2006 1:06:42 GMT -5
I know this poist is outdated, but for those reading:
I ran into this while writing config files for some of my scripts. The file would be reported as existing, and all the values stored retrieved, but I could not find where it decided to put the file.
I was trying out DAT mods (I don't mess with them anymore) when I found the config file my script was writing to, in the FFXI instalation directory.
Odd, but that's where it goes to. (This only applies to the core Lua functions.. dofile(), loadfile(), and io.open() )
|
|