En Tue, 08 Apr 2008 14:03:06 -0300, Tim Arnold <[EMAIL PROTECTED]>  
escribió:

> hi, I need to set file permissions on some directory trees in windows  
> using
> Python.

The hard way: Use the function SetFileSecurity, the pywin32 package  
exposes it. See the Microsoft documentation at  
http://msdn2.microsoft.com/en-us/library/aa374860(VS.85).aspx

The easy way: the cacls command

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to