(defn returnfilelist "returns all the files changed today in a directory" [d] (def dir (io/file d)) (def files (for [file (file-seq dir) :when (= (datetostr ( ...
確定! 回上一頁