Martin v. Löwis a écrit :
>> 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"?
> 


I Right click on "My Documents" folder, and change the path to e:\test 
there.
So that "My documents" folder points to e:\test
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to