Utility Function: GetCurrentDirectory()
- October 23, 2008 12:03 PM
- Utility Function, ColdFusion
- Comments (0)
This one is really short... I use code like this all over the place, and its always cumbersome to do the nested function call every time.
<cffunction name="GetCurrentDirectory" output="false" access="public" returntype="string">
<cfreturn GetDirectoryFromPath(GetBaseTemplatePath()) />
</cffunction>
Print
Send
Digg It!

Comments
There are no comments for this entry.
Add Comment