* Gelonida (Mon, 27 Jun 2011 11:32:45 +0200)
> One thing, which I would still like to know (though I don't need it
> for my current task) is what to do to to setup an ACE on a directory,
> such, that all entries below will inherit the directory's access
> settings.
Such a thing does not exist.
Th
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'
On 6/27/2011 7:21 AM, Thorsten Kampe wrote:
* Gelonida (Sun, 26 Jun 2011 22:57:57 +0200)
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.
Exactly nothing (except creating the dir
Hi Tim,
On 6/27/2011 9:39 AM, Tim Golden wrote:
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.
. . .
I never used / modified Windows
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
* Gelonida (Sun, 26 Jun 2011 23:53:15 +0200)
> On this machine I used os.mkdir() / os.makedirs() and I had permission
> problems , but only on Windows7.
Windows file permissions haven't changed since 1995. The only addition
was dynamic inheritance support back in 2000.
> I expect, that the win3
Hi!
+1
Gelonida confuses "Windows permissions" and "NTFS's rights".
(too) Many Windows users are unfamiliar with Windows.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
* Gelonida (Sun, 26 Jun 2011 22:57:57 +0200)
> 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.
Exactly nothing (except creating the directory, of course).
> The reason I am ask
On 26-6-2011 23:53, Gelonida wrote:
>
> Yep I'm afraid that's the way to go and where I hoped somebody would have a
> few tiny
> example lines or pointers to the functions in question to be used.
Maybe this is a bit of a help:
http://timgolden.me.uk/python/win32_how_do_i/add-security-to-a-file.h
On 6/26/2011 11:24 PM, Irmen de Jong wrote:
On 26-6-2011 22: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
On 26-6-2011 22: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
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 /
12 matches
Mail list logo