Re: set file permission on windows

2008-04-09 Thread Tim Arnold
"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

Re: set file permission on windows

2008-04-09 Thread Gabriel Genellina
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://

Re: set file permission on windows

2008-04-08 Thread Tim Golden
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

Re: set file permission on windows

2008-04-08 Thread Mike Driscoll
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

Re: set file permission on windows

2008-04-08 Thread Tim Arnold
"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

Re: set file permission on windows

2008-04-08 Thread Mike Driscoll
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

set file permission on windows

2008-04-08 Thread Tim Arnold
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