Controlling file permissions
-
Anyone have a suggestion on how I can manipulate file permissions? I'm referring to what you find if you right-click a file and choose Properties, and then the Security tab. I'd like to programmatically set the groups and names, etc., but I'm not seeing a way to access this. :wtf: -- James --
-
Anyone have a suggestion on how I can manipulate file permissions? I'm referring to what you find if you right-click a file and choose Properties, and then the Security tab. I'd like to programmatically set the groups and names, etc., but I'm not seeing a way to access this. :wtf: -- James --
Win32Security[^], produced by Microsoft, should be what you need. -- Russell Morris "So, broccoli, mother says you're good for me... but I'm afraid I'm no good for you!" - Stewy
-
Win32Security[^], produced by Microsoft, should be what you need. -- Russell Morris "So, broccoli, mother says you're good for me... but I'm afraid I'm no good for you!" - Stewy