Python_Junkie
unread,Feb 2, 2012, 9:13:18 PM2/2/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to comp-lang-py...@moderators.isc.org
I am using the os.stat module to determine a number of file
properties. I am finding that a significant number of files are
having their last accessed date dynamically modified to the time that
the script determines its attributes. I am not opening the files, and
the script is not applying this property for all of the files.
Any suggestions as to why this might be occurring.
Thanks