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

2 lines
100 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(dorun (map #(.exists (clojure.java.io/as-file %)) '("/input.txt" "/docs" "./input.txt" "./docs")))