Hi all.
Recently I've to developed a project in python that made operation
under win32 platform and I found a lot of problema to find good
information. The only one documentation is in ActivePython page
(http://aspn.activestate.com/ASPN/docs/ASPNTOC-APYTH2.4.0) but it is
not very good and finall
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()