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'
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
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
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