lua-users home
lua-l archive

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



On Feb 18, 2008, at 9:21 PM, Ignacio Burgueño wrote:

Is it possible for a module to know where it is placed when being required

Hmmm... well... kind of... you can try debug.getinfo( aFunction, 'S' )... 'aFunction' being a, hmmm, function in the package you are trying to locate...