Skip to content

Instantly share code, notes, and snippets.

@neokoenig
Created September 21, 2012 08:15
Show Gist options
  • Save neokoenig/3760336 to your computer and use it in GitHub Desktop.
Save neokoenig/3760336 to your computer and use it in GitHub Desktop.
Expandpath Compare
<cfoutput>
#expandPath(".")#<br /> <!--- for me outputs D:\websites\www.scribble.local\junk --->
#expandPath("/")#<br /> <!--- for me outputs d:\websites\www.scribble.local\. Note the difference in capitalisation of the drive letter --->
</cfoutput>
On Apache/Cfwheels/CF10:
/Volumes/Documents/www/foo/html
/Applications/ColdFusion10/cfusion/bin/redirect:/rewrite.cfm/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment