<cffunction name="GetMixinPath" access="public" returntype="string" output="false" hint="Returns the current template's (this) file path."> <!--- Return the path of the currently executing template (this mixin function). ---> <cfreturn GetCurrentTemplatePath() /> </cffunction>