--- --------------------------------------------------------------------------------------- ----
Blog Entry:
Dynamic And Unexpected ColdFusion GetCurrentTemplatePath() Behavior
Author:
Ben Nadel / Kinky Solutions
Link:
http://www.bennadel.com/index.cfm?dax=blog:828.view
Date Posted:
Jul 13, 2007 at 8:28 AM
---- --------------------------------------------------------------------------------------- --->
Getting the path via the Base.cfc method:
#objCFC.GetBaseComponentPath()#
Getting the path via the Exnteder.cfc method:
#objCFC.GetExtenderComponentPath()#
Getting the path via the mixin method:
#objCFC.GetMixinPath()#
Getting the path via the Base.cfc mixin method:
#objCFC.GetBaseComponenMixintPath()#
Getting the path via TEMPLATE mixin method:
#GetMixinPath()#