On 29 Jul 2002, Donovan Baarda <[EMAIL PROTECTED]> wrote: > This is because most of python's os.xxx methods de-reference symlinks. You > get this error because 'nothere' doesn't exist. The correct way to get time > info on symlinks is to use os.lstat(), which doesn't de-reference links.
I realize you can get the time that way (although not on all platforms), but how do you set it? As jw says, there is no lutime(). -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html