Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8501 > unrolled thread
| Started by | Andrew Berg <bahamutzero8825@gmail.com> |
|---|---|
| First post | 2011-06-27 05:36 -0500 |
| Last post | 2011-06-27 05:36 -0500 |
| 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.
Re: windows 7 create directory with read write execute permission for everybody Andrew Berg <bahamutzero8825@gmail.com> - 2011-06-27 05:36 -0500
| From | Andrew Berg <bahamutzero8825@gmail.com> |
|---|---|
| Date | 2011-06-27 05:36 -0500 |
| Subject | Re: windows 7 create directory with read write execute permission for everybody |
| Message-ID | <mailman.444.1309171025.1164.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web