os.utime() for directories on win32?

Mike Müller mmueller at dgfz.de
Tue Apr 16 06:58:04 EDT 2002


Changing the modification time of directories with os.utime() works on
Linux.

On Windows (here: NT4.0, Python2.1) os.utime() doesn't change the
modification time. No exception is raised.
Is this a bug or a feature?
Is there any other way to change the modification time of directories?

Thanks

Mike



More information about the Python-list mailing list