Skip to content

Instantly share code, notes, and snippets.

@pokle
Created March 17, 2014 01:21
Show Gist options
  • Save pokle/9592325 to your computer and use it in GitHub Desktop.
Save pokle/9592325 to your computer and use it in GitHub Desktop.
How to list a directory in Clojure
(map str (file-seq (clojure.java.io/as-file "/some/directory")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment