Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8497

Re: windows 7 create directory with read write execute permission for everybody

Date 2011-06-27 08:39 +0100
From Tim Golden <mail@timgolden.me.uk>
Subject Re: windows 7 create directory with read write execute permission for everybody
References <iu86h2$t2g$1@dough.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.441.1309160384.1164.python-list@python.org> (permalink)

Show all headers | View raw


On 26/06/2011 21:57, Gelonida wrote:
> Hi,
>
> What do I have to do under python windows to create a directory with all
> permissions, such, that new files / directories created below will
> inherit the permissions.
>
>
> The reason I am asking is, that I'd like to create a directory structure
> where multiple users should be allowed to read / write / create files
> and directories.
>
>
> Alternatively it would be even better to specify exactly which users
> should be allowed to access the directory tree.
>
> I never used / modified Windows file permissions except once or twice
> via explorer. I'm thus a little shaky with Microsoft's file permissions.

Have a look at this to see if takes you anywhere:

   http://timgolden.me.uk/python/win32_how_do_i/add-security-to-a-file.html

TJG

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: windows 7 create directory with read write execute permission for everybody Tim Golden <mail@timgolden.me.uk> - 2011-06-27 08:39 +0100

csiph-web