I\'m writing a DLL to change permissions on a folder and everything underneath the folder. Below is the code that I have right now.
The problem comes when I call ad
You have to do it recursively. You can specify inheritance rules for new folders/files but for existing you have to do it yourself.