/ Published in: ColdFusion
URL: http://www.bennadel.com/blog/283-ColdFusion-ExpandPath-And-GetCurrentTemplatePath-.htm
Expand |
Embed | Plain Text
<!--- Get expanded path of the BASE path. ---> <cfset strPath = ExpandPath( "./" ) /> <!--- Get the expanded path of the CURRENT template path. ---> <cfset strPath = GetDirectoryFromPath( GetCurrentTemplatePath()) />
You need to login to post a comment.
