![]() |
|
|
+ Search |
![]()
|
Jun 17th, 2002 10:32
Klaus Alexander Seistrup, Chui Tey,
>>> import os >>> print os.utime.__doc__ utime(path, (atime, utime)) -> None utime(path, None) -> None Set the access and modified time of the file to the given values. If the second form is used, set the access and modified times to the current time. >>>