Re: How to get the directory of the current executed file?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to get the directory of the current executed file?
- From: steve donovan <steve.j.donovan@...>
- Date: 2011年1月14日 08:26:09 +0200
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.