Setting permissions on NTFS securable objects

IfYouSaySo

Well-known member
Joined
Jan 4, 2006
Messages
102
Location
Hermosa Beach, CA
Programming Experience
3-5
Is there any way, other than making unmanaged calls to Win32, that allows setting permissions on NTFS securable objects (for instance setting owner, group, or DACL for a file or folder)? I have some c++ code that does this, so I guess it shouldn't be too hard to convert to VB.NET using unmanaged calls, but I was just wondering if there is some way that is built into the framework.
 
Back
Top