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


Groups > comp.lang.python > #8497 > unrolled thread

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

Started byTim Golden <mail@timgolden.me.uk>
First post2011-06-27 08:39 +0100
Last post2011-06-27 08:39 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromTim Golden <mail@timgolden.me.uk>
Date2011-06-27 08:39 +0100
SubjectRe: windows 7 create directory with read write execute permission for everybody
Message-ID<mailman.441.1309160384.1164.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web