Revision: 13428
Updated Code
at April 23, 2009 13:58 by aanooj
Updated Code
<!--- Get expanded path of the BASE path. ---> <cfset strPath = ExpandPath( "./" ) /> <!--- Get the expanded path of the CURRENT template path. ---> <cfset strPath = GetDirectoryFromPath( GetCurrentTemplatePath()) />
Revision: 13427
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 23, 2009 13:57 by aanooj
Initial Code
* <!--- Get expanded path of the BASE path. ---> * <cfset strPath = ExpandPath( "./" ) /> * * <!--- Get the expanded path of the CURRENT template path. ---> * <cfset strPath = GetDirectoryFromPath( * GetCurrentTemplatePath() * ) />
Initial URL
http://www.bennadel.com/blog/283-ColdFusion-ExpandPath-And-GetCurrentTemplatePath-.htm
Initial Description
Initial Title
getting current filename physical path
Initial Tags
path
Initial Language
ColdFusion