Here's one of many ways to do this:

(filter #(.endsWith (.getName %1) ".clj" ) (file-seq (java.io.File. ".")))


On Thu, Jan 8, 2009 at 5:48 PM, wubbie <sunj...@gmail.com> wrote:

>
> Hi all,
>
> I can use file-seq
> (file-seq (File. "."))
> But how can I filter out all files ending with .clj?
> Do we use re-find, re-seq etc?
>
> thanks
> sun
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to