>>> sender: "Dinesh Umanath" date: "Mon, Apr 10, 2006 at 03:53:27PM +0900" <<<EOQ > Hi, Hi, > Is there a way were we can find about the "meta data information" of an > existing file in the directory using ruby, like > > 1)When the file was created, > 2)When was it modifed > 3)when was it accessed. etc. Yes, there is: http://www.rubycentral.com/ref/ref_c_file.html Just look for the *time methods. Regards, Alex