What\'s the Lua to get the current working directory on Windows XP SP3 (or to get the directory of the currently-running Lua file)? I prefer not to use LuaFileSyste
You could use alien to call out to GetCurrentDirectory in kernel32.dll, but that's probably not what you're looking for.