From: Vell Date: 2008-01-16T12:46:38+09:00 Subject: Re: Windows File Comparing On Jan 15, 7:39 pm, Reid Thompson wrote: > Vell wrote: > > > Can anyone advise me on how I can better implement this? > > Is this just because you want to do it it Ruby? > A quick search should turn up various implementations of diff that will take two > directories and recursively compare the contents. No this did not have to be in Ruby, I only chose to do it in Ruby so that I can get better at Ruby. Its the only language that I have them most experience in. I never bothered to search around for any other things.