August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetFileFromPath
GetFileFromPath(path)Returns the filename from a full path. The following example returns the filename of the current ColdFusion template:
<cfoutput>This file is: #GetFileFromPath(GetBaseTemplatePath( ))#</cfoutput>