(defn skip-file? [file] (or (.isDirectory file) (re-find #"^\.?#" (.getName file)) (re-find #"~$" (.getName file))))
Comments top
No comments for skip-file?. Log in to add a comment.