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


Groups > comp.lang.python > #8501

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

Date 2011-06-27 05:36 -0500
From Andrew Berg <bahamutzero8825@gmail.com>
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.444.1309171025.1164.python-list@python.org> (permalink)

Show all headers | View raw


On 2011.06.26 03:57 PM, Gelonida wrote:
> 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.
This may not require pywin32 - by default there's a public directory at
os.environ['public'] (usually C:\Users\Public), at least in Vista and 7.
There's probably a similar directory in earlier versions of Windows, but
I don't know where they are (might still be os.environ['public']).
> Alternatively it would be even better to specify exactly which users 
> should be allowed to access the directory tree.
This will definitely require pywin32.

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


Thread

Re: windows 7 create directory with read write execute permission for everybody Andrew Berg <bahamutzero8825@gmail.com> - 2011-06-27 05:36 -0500

csiph-web