<cfset objCFC = CreateObject( "component", "Extender" ) />
<h4>
CFC-Based Methods
</h4>
<p>
Getting the path via the Base.cfc method:<br />
#objCFC.GetBaseComponentPath()#
</p>
<p>
Getting the path via the Exnteder.cfc method:<br />
#objCFC.GetExtenderComponentPath()#
</p>
<p>
Getting the path via the mixin method:<br />
#objCFC.GetMixinPath()#
</p>
<p>
Getting the path via the Base.cfc mixin method:<br />
#objCFC.GetBaseComponenMixintPath()#
</p>
<h4>
Template-Based Methods
</h4>
<cfinclude template="./GetPath.cfm" />
<p>
Getting the path via TEMPLATE mixin method:<br />
#GetMixinPath()#
</p>