[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Location of a package
- From: Petite Abeille <petite_abeille@...>
- Date: Mon, 18 Feb 2008 20:28:40 +0100
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...