clojure pathnames library

2010-02-08 Thread Vadim Shender
Hi. Is there any clojure third-party library functionally similar to python's os.path? Using java.io.File is not so convenient as os.path. Regards Vadim Shender -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: clojure pathnames library

2010-02-08 Thread Stuart Sierra
Look at clojure-contrib. In the 1.1 release, use duck-streams and java-utils. In the latest github sources, it's all in clojure.contrib.io. -SS On Feb 8, 5:43 pm, Vadim Shender vadim.shen...@gmail.com wrote: Hi. Is there any clojure third-party library functionally similar to python's