On Jan 15, 6:20 ¨Âí¬ ÔéúéáîÍåòú¼çéõá®®®Àçíáéì®ãïí÷òïôåº > Lovell Mcilwain wrote: > > I am attempting to right a small utility that checks one file against > > an automated snapshot of itself in a different location to make sure > > that they are the same. I have not had any luck doing this and thought > > I would present this to the group to see if you can help me out. > > You can use File#directory? to test if an entry is a directory (.,.. are > directory) > > tiziano > > -- > Posted viahttp://www.ruby-forum.com/. I will give that a shot, I believe I did put an if statement in there with File#Directory since I don't need to check the directories just the files but I ended up getting an error that I didn't post. I will try it again and post my error if it still bombs on me.