You could thow an exception and examine the stack trace, but that won't help for inherited methods, only for inherited methods called from methods defined in the subclass.
Of course, if your functionality is dependant on knowing who's calling you, you likely have some flaw in your design. Environment non-neutrality is a pretty consistent warning flag for "bad things". In particular, an object should never know or care what it's subclasses are. cheers, banreyb On 11/28/05, Andrew Spear <[EMAIL PROTECTED]> wrote: > Is it possible for a CFC to determine the path of the physical template that > is cfinvoking it? I'm trying to have a base CFC determine what file is > extending it. Any ideas? > > Thanks- > Andrew > > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225494 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

