Re: How to check the file is modified or not?

2007-10-29 Thread Tom Phoenix
On 10/29/07, sivasakthi <[EMAIL PROTECTED]> wrote: > How to check the file is modified or not? If the file exists at all, it's been modified at least once. But you seem to want to know something more. If you want to know whether the file has been modified since a certain time, you

Re: How to check the file is modified or not?

2007-10-29 Thread Yogesh Sawant
On Oct 29, 4:09 pm, [EMAIL PROTECTED] (Sivasakthi) wrote: > Hi All, > > How to check the file is modified or not? > > Thanks, > Siva 1. get the file's modify time using stat function 2. then compare that time with whatever time-date you have lookout stat in `perldoc perlf

How to check the file is modified or not?

2007-10-29 Thread sivasakthi
Hi All, How to check the file is modified or not? Thanks, Siva