Re: os.stat access and modify time same on WinXP

2005-03-23 Thread rbt
Peter Hansen wrote: rbt wrote: I'm using the standard NTFS file system. The only time the access time is updated is when the file is modified or saved (with no changes). What's up with that? Shouldn't a read/view update the access time? See http://www.microsoft.com/resources/documentation/Windo

Re: os.stat access and modify time same on WinXP

2005-03-23 Thread Peter Hansen
rbt wrote: I'm using the standard NTFS file system. The only time the access time is updated is when the file is modified or saved (with no changes). What's up with that? Shouldn't a read/view update the access time? See http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/en-u

os.stat access and modify time same on WinXP

2005-03-23 Thread rbt
I'm using the standard NTFS file system. The only time the access time is updated is when the file is modified or saved (with no changes). What's up with that? Shouldn't a read/view update the access time? -- http://mail.python.org/mailman/listinfo/python-list