"Tim Golden" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Tim Arnold wrote:
>> "Mike Driscoll" <[EMAIL PROTECTED]> wrote in message
>> news:[EMAIL PROTECTED]
>>> On Apr 8, 12:03 pm, "Tim Arnold" <[EMAIL PROTECTED]> wrote:
>>
>>> According to the following thread, you can
En Tue, 08 Apr 2008 14:03:06 -0300, Tim Arnold <[EMAIL PROTECTED]>
escribió:
> hi, I need to set file permissions on some directory trees in windows
> using
> Python.
The hard way: Use the function SetFileSecurity, the pywin32 package
exposes it. See the Microsoft documentation at
http://
Tim Arnold wrote:
> "Mike Driscoll" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> On Apr 8, 12:03 pm, "Tim Arnold" <[EMAIL PROTECTED]> wrote:
>>>
>
>> According to the following thread, you can use os.chmod on Windows:
>>
>> http://mail.python.org/pipermail/python-list/2003
On Apr 8, 1:19 pm, "Tim Arnold" <[EMAIL PROTECTED]> wrote:
> "Mike Driscoll" <[EMAIL PROTECTED]> wrote in message
>
> news:[EMAIL PROTECTED]
>
>
>
> > On Apr 8, 12:03 pm, "Tim Arnold" <[EMAIL PROTECTED]> wrote:
> >>
> > According to the following thread, you can use os.chmod on Windows:
>
> >ht
"Mike Driscoll" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Apr 8, 12:03 pm, "Tim Arnold" <[EMAIL PROTECTED]> wrote:
>>
> According to the following thread, you can use os.chmod on Windows:
>
> http://mail.python.org/pipermail/python-list/2003-June/210268.html
>
> You can
On Apr 8, 12:03 pm, "Tim Arnold" <[EMAIL PROTECTED]> wrote:
> hi, I need to set file permissions on some directory trees in windows using
> Python.
>
> When I click on properties for a file and select the 'Security' tab, I see a
> list of known 'Group or user names' with permissions for each entry
hi, I need to set file permissions on some directory trees in windows using
Python.
When I click on properties for a file and select the 'Security' tab, I see a
list of known 'Group or user names' with permissions for each entry such as
Full Control, Modify, Read&Execute, etc.
I need to (for e