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() -- http://mail.python.org/mailman/listinfo/python-list