August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetDirectoryFromPath
GetDirectoryFromPath(path)Returns the directory from a full path. The following example returns the directory in which the current template resides:
<cfoutput>This directory is: #GetDirectoryFromPath(GetBaseTemplatePath( ))#</cfoutput>