good documentation about win32api ??

2006-12-01 Thread __schronos__
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

Change directory permission under windows

2006-11-08 Thread __schronos__
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()

Change directory permission under windows

2006-11-08 Thread __schronos__
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()