os.access() under windows

"Martin v. Löwis" martin at v.loewis.de
Mon Dec 3 08:38:22 EST 2007


> 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



More information about the Python-list mailing list