RosettaCodeData/Task/Check-that-file-exists/Clojure/check-that-file-exists.clj

2 lines
92 B
Clojure
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
(map #(.exists (clojure.java.io/as-file %)) '("/input.txt" "/docs" "./input.txt" "./docs"))