Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB 6/Programmatic Folder Security
Name: Jeremy Keller Date: September 9, 2002 at 11:44:53 Pacific OS: NT4.0 CPU/Ram: 500/128
Comment:
I would like to be able to change the permissions on folders programmatically, i.e. add or remove local and/or global groups from a folder's ACL. I have not been able to find any documentation on this so far. Can anyone point me in the right direction?
Summary: In VB 6.0, I had write the following script: Set cn = New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" _ & "Data Source=" & App.Path & _ ...
Summary: Hi I need some help on a problem i have come across please. Im making a folder security program not for any real reason just so that i can learn some new things really. I have made the program so far ...