os.utime
monkeys paw
monkey at joemoney.net
Sun Mar 20 19:52:02 EDT 2011
More information about the Python-list mailing list
Sun Mar 20 19:52:02 EDT 2011
- Previous message (by thread): ANN: psutil (python process utilities) 0.2.1 released
- Next message (by thread): os.utime
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I used os.uname to succesfully change the access and mod times of
a file. My question is, is there any other date store for a file that
indicates the creation time, or is it impossible to detect that a file
with an older mod/access time is actually a 'new' file?
os.utime('sum.py', (time.time(),time.time())
- Previous message (by thread): ANN: psutil (python process utilities) 0.2.1 released
- Next message (by thread): os.utime
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list