Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created February 16, 2010 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjack/1d20d755c9cb5f24f630 to your computer and use it in GitHub Desktop.
Save tomjack/1d20d755c9cb5f24f630 to your computer and use it in GitHub Desktop.
(defn public-file [path]
(if-let [file (.getResource (clojure.lang.RT/baseLoader) (str "public" path))]
(-> file .getFile (java.io.File.))
nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment