__schronos__ wrote:
> Hi.
>
> I would like to add users with full control access to a directory. I
> can do it to a file in the following way:
>
> info=win32security.DACL_SECURITY_INFORMATION
> sd=win32security.GetFileSecurity(DIR, info)
> acl=sd.GetSecurityDescriptorDacl()
> sidUser=win32securit
Hi.
I would like to add users with full control access to a directory. I
can do it to a file in the following way:
info=win32security.DACL_SECURITY_INFORMATION
sd=win32security.GetFileSecurity(DIR, info)
acl=sd.GetSecurityDescriptorDacl()
Hi.
I would like to add people with full control access to a directory. I
can do it to a file in the following way:
info=win32security.DACL_SECURITY_INFORMATION
sd=win32security.GetFileSecurity(DIR, info)
acl=sd.GetSecurityDescriptorDacl()