From: Daniel Berger Date: 2006-12-15T13:51:02+09:00 Subject: Re: win 32 utils changenotify lrlebron@gmail.com wrote: > Thanks, > > I acutally found out that I had 2 copies of changenotify.so in the ruby > folder. After deleting the older one it is working. > > It works but it exits after a file change. Is it possible to > continuously monitor the folder? Sure thing: cn.wait{ |s| puts "Something changed" puts "File: " + s.file_name puts "Action: " + s.action } while true Regards, Dan