From: Daniel Berger Date: 2006-12-15T14:24:45+09:00 Subject: Re: win 32 utils changenotify lrlebron@gmail.com wrote: > Thanks for the help. I am still getting the following error when a file > event occurs. > > Something changed > win32change.rb:11: undefined method `file_name' for # > (NoMethodError) > from win32change.rb:9:in `wait' > from win32change.rb:9 Try this one: cn.wait{ |arr| arr.each{ |info| p info.file_name p info.action } } while true Regards, Dan