/ Published in: ColdFusion
Expand |
Embed | Plain Text
<cfset thisPath = ExpandPath("*.*")> <cfset thisDirectory = GetDirectoryFromPath(thisPath)> #thisDirectory#
You need to login to post a comment.
ChrisCantley on 06/29/10
ExpandPath GetDirectoryFromPaththisPath
2 people have marked this snippet as a favorite
<cfset thisPath = ExpandPath("*.*")> <cfset thisDirectory = GetDirectoryFromPath(thisPath)> #thisDirectory#
You need to login to post a comment.