> I create a folder test under e:
>
> then os.access('e:\\test', os.W_OK) returns True. Everything's ok.
>
> Now I move My Documents to this e:\test folder
>
> Then os.access('e:\\test', os.W_OK) returns False !!This description is, unfortunately, too imprecise to allow reproducing that effect. What precisely do you mean by "I move My Documents to this e:\test folder"? Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list
