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

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <bahamutzero8825@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'pywin32': 0.09; 'subject:create': 0.09; 'subject:windows': 0.09; 'received:209.85.214.174': 0.13; 'received:mail- iw0-f174.google.com': 0.13; 'wrote:': 0.15; 'subject: \n ': 0.16; 'subject:permission': 0.16; 'pm,': 0.16; 'vista': 0.22; 'header :In-Reply-To:1': 0.22; '(usually': 0.23; 'structure': 0.23; 'versions': 0.23; 'specify': 0.25; 'received:209.85.214': 0.28; 'tree.': 0.30; 'least': 0.31; 'earlier': 0.32; 'message- id:@gmail.com': 0.32; 'asking': 0.33; 'header:User-Agent:1': 0.34; 'to:addr:python-list': 0.34; 'probably': 0.35; 'skip:o 20': 0.36; 'similar': 0.37; 'received:google.com': 0.37; 'but': 0.37; 'received:209.85': 0.38; 'received:192': 0.38; 'subject:: ': 0.38; 'subject:with': 0.38; 'should': 0.39; 'received:192.168.1': 0.39; 'to:addr:python.org': 0.39; "there's": 0.39; 'received:209': 0.39; "i'd": 0.40; 'where': 0.40; 'would': 0.40; 'subject:write': 0.84; 'subject:\t': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=Za01JZMLQvFYPgxm2sR4gFXF+ryBMo66sSIhh/+c6/k=; b=AqITIAvBeFerwBPwfucOjzHqNhMbv1HF44tMGV/wb9JtMp3vPfG7/TSBDf342Hxwru FVSu7IiCPkvLT9L3KJzTGzLpk0f5dwzO7c/EVL68Omh+qXsan31001oVOCeEy0JYAuyd ugLX14GaaDzW2LCJG2H8RPb83Q2pzKpZi+okM=
DomainKey-Signature a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=oCAHpmmwGJSA1ga3UxWQ6IatWBHoLReoFcEaovHoKMJlADnJXs2vqQhlBcC5HiMAIm 0AzwkYH5VorDP+ozp0WoFDOL5kznn/OdimgYNKNIiumEVqt/KzGwcDRF5As4X2Yx7r9G ieP6kWS54xMSrwq2wxJSsBtR1xMDZfDv0HVP4=
Date Mon, 27 Jun 2011 05:36:47 -0500
From Andrew Berg <bahamutzero8825@gmail.com>
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 ThunderBrowse/3.3.5
MIME-Version 1.0
To "comp.lang.python" <python-list@python.org>
Subject Re: windows 7 create directory with read write execute permission for everybody
References <iu86h2$t2g$1@dough.gmane.org>
In-Reply-To <iu86h2$t2g$1@dough.gmane.org>
X-Enigmail-Version 1.1.1
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.444.1309171025.1164.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 82.94.164.166
X-Trace 1309171025 news.xs4all.nl 4357 [::ffff:82.94.164.166]:44380
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:8501

Show key headers only | 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