Skip to content

Instantly share code, notes, and snippets.

@ampersanda
Created October 28, 2019 23:31
Show Gist options
  • Save ampersanda/300105e14d9b008ee5cdbc6951b3f145 to your computer and use it in GitHub Desktop.
Save ampersanda/300105e14d9b008ee5cdbc6951b3f145 to your computer and use it in GitHub Desktop.
Is file exists?
(defn file-exists? [_]
(.exists (clojure.java.io/as-file _)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment