Skip to content

Instantly share code, notes, and snippets.

@drewr
Created May 4, 2010 14:53
Show Gist options
  • Select an option

  • Save drewr/389499 to your computer and use it in GitHub Desktop.

Select an option

Save drewr/389499 to your computer and use it in GitHub Desktop.
(do
(-> (java.io.File. "/tmp/foo/bar/baz") .mkdirs)
(-> (java.io.File. "/tmp/foo/bar") .list seq))
;; => ("baz")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment