Get NTFS Folder Permissions

Spoonybard

Member
Joined
Aug 19, 2004
Messages
6
Programming Experience
3-5
Hi everyone,

I am writing a program that allows projects to be copied from a users local machine to various locations on our network. Already in place are permissions for different types of users such as managers, supervisors, basic employee, etc.... I have come across code that allows permissions to be changed. I just need to see who has what kind of permission so that I can enable/disable certain features of my program based on if the user is a manager or not.

Thanks in advance!
 
Have a look at LDAP (Lightweight Directory Access Protocol) - I don't have any details on me but if you do a google search you should find lots of stuff to get you started.


Cheers
Simon
 
Back
Top