Re: Watching a directory for new files

2009-10-12 Thread Axis43
Many thanks. As its only an exercise at this stage to get my head around the whole functional programming thing, a linux solution is good for me. On Oct 12, 10:42 pm, Chouser wrote: > On Mon, Oct 12, 2009 at 7:27 AM, Axis43 wrote: > > > As an exercise I am moving some stuff I wr

Watching a directory for new files

2009-10-12 Thread Axis43
As an exercise I am moving some stuff I wrote in c# to Clojure. One part of the program I am porting watches a folder for new files of a specified type using .Net's FileWatcher. I was wondering if anyone has done done something similar in Clojure and/or can point me in the right direction to a s