Re: Setting LUA_PATH from lua script
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Setting LUA_PATH from lua script
- From: Sean Conner <sean@...>
- Date: 2013年5月22日 00:21:29 -0400
It was thus said that the Great Muqtheear S once stated:
> Hi all,
> Can we set LUA_PATH from lua script?
Yes, but in Lua you reference it as package.path (and package.cpath for
modules written in C).
-spc