os.paht.gmtime(path) returns the last modification of path.
check out http://docs.python.org/lib/module-os.path.html

regards
Edwin

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of William Purcell
Sent: Tuesday, August 12, 2008 1:47 PM
To: Python List
Subject: Checking a file's time stamp.


Hi all,
I am wanting to check to see the last time a file was edited. For example, I 
have a directory containing two text files, file1.txt and file2.txt.   I want 
to be able to process these files but only if they have been edited since the 
last time they were processed. I think that I want to be able to check the time 
stamp of each file. Can anyone tell me how to do that or point me in a better 
direction of checking the last time a file was edited?
Thanks,
Bill





The information contained in this message and any attachment may be
proprietary, confidential, and privileged or subject to the work
product doctrine and thus protected from disclosure.  If the reader
of this message is not the intended recipient, or an employee or
agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify me
immediately by replying to this message and deleting it and all
copies and backups thereof.  Thank you.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to