Re: How to Check Write Access of a Folder on Windows

2011-08-17 Thread Tim Golden
On 16/08/2011 13:38, Ayaskant Swain wrote: Hi Tim, Thanks for your reply. It seems this issue is related to python bug -http://bugs.python.org/issue2528 But the patch code looks complex to me. I want to make changes only in my python script which will read an user given directory path& check it'

Re: How to Check Write Access of a Folder on Windows

2011-08-16 Thread Ayaskant Swain
Hi Tim, Thanks for your reply. It seems this issue is related to python bug - http://bugs.python.org/issue2528 But the patch code looks complex to me. I want to make changes only in my python script which will read an user given directory path & check it's write access. What is the use of posixmo

Re: How to Check Write Access of a Folder on Windows

2011-08-12 Thread Tim Golden
On 12/08/2011 11:41, Ayaskanta Swain wrote: Hi, I have a requirement where I need to check the write permissions on a directory on Windows platform. I don’t want to use the python function os.access( ), since it does not work correctly on Windows. It is giving incorrect results to me. Another o

RE: How to Check Write Access of a Folder on Windows

2011-08-12 Thread Ayaskanta Swain
Some additional information - I am using python 2.5.1 version & it cannot be upgraded now to a higher version. Thanks Ayaskant- From: Ayaskanta Swain Sent: Friday, August 12, 2011 4:11 PM To: 'python-list@python.org' Subject: How to Check Write Access of a F