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 requiredHmmm... well... kind of... you can try debug.getinfo( aFunction, 'S' )... 'aFunction' being a, hmmm, function in the package you are trying to locate...