Skip to content

Instantly share code, notes, and snippets.

@joekarma
Created April 25, 2013 04:51
Show Gist options
  • Save joekarma/5457570 to your computer and use it in GitHub Desktop.
Save joekarma/5457570 to your computer and use it in GitHub Desktop.
CL-USER> (fad:pathname-as-directory #P"/Users/joekarma/src/tmp/test\\[one]")
#P"/Users/joekarma/src/tmp/test\\\\[one]/"
CL-USER> (fad:pathname-as-directory #P"/Users/joekarma/src/tmp/test\\[one]/")
#P"/Users/joekarma/src/tmp/test\\[one]/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment