Sep 22, 2005 #1 jubble Programmer Joined Mar 6, 2002 Messages 207 Location GB Is it possible to change directory permissions from VB.Net? (eg Add a user to directory security and give them read access only)
Is it possible to change directory permissions from VB.Net? (eg Add a user to directory security and give them read access only)
Sep 22, 2005 #2 Ruffnekk Programmer Joined Aug 2, 2005 Messages 249 Location DE You might want to look at the DirectoryServicesPermission class, and especially the AddPermissionAccess method in your Visual Studio help files. Regards, Ruffnekk --- Is it my imagination or do buffalo wings taste just like chicken? Upvote 0 Downvote
You might want to look at the DirectoryServicesPermission class, and especially the AddPermissionAccess method in your Visual Studio help files. Regards, Ruffnekk --- Is it my imagination or do buffalo wings taste just like chicken?