Checking a file's time stamp -- followup

Rob Weir rweir at ertius.org
Wed Aug 13 02:21:00 EDT 2008


On 13 Aug 2008, Virgil Stokes wrote:
> Is it possible to change the time stamp of a file (Win2K platform)? If
> yes, how?

os.utime, http://docs.python.org/lib/os-file-dir.html.

-- 
-rob




More information about the Python-list mailing list