Is there a way I can change the security settings on a directory?
Like add users and give different users either full control or read access?
This is for windows 2000 and Visual Basic 6.0
Thanks.
Printable View
Is there a way I can change the security settings on a directory?
Like add users and give different users either full control or read access?
This is for windows 2000 and Visual Basic 6.0
Thanks.
It would be SetFileSecurity. I don't have example code, try www.allapi.net .
Thanks Josh. That was perfect!