lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jan 14, 2011 at 8:14 AM, Tang Daogang <daogangtang@gmail.com> wrote:
> But I don't know how to get it in Lua, any suggestion?

The lfs module from LuaFileSystem is the best known method:

D:\dev\app>lua -llfs
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> = lfs.currentdir()
D:\dev\app

steve d.