Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

Return File object instead of String from list-dir #79

Closed chimpymike closed 10 years ago

chimpymike commented 10 years ago

Returning the File object means full path info is available instead of just the name and also prevents unnecessary String to File conversions when chaining functions.

Raynes commented 10 years ago

Nice catch, thanks!