pekka niiranen <[EMAIL PROTECTED]> wrote:
Does anybody know Python recipe for changing the date of the directory or files in W2K to current date and time? In UNIX shell command "touch" does it.
You want os.utime()
Nope, it does not work for directories in Windows -- http://mail.python.org/mailman/listinfo/python-list