Dynamic And Unexpected ColdFusion GetCurrentTemplatePath() Behavior

<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>

For Cut-and-Paste