hudsmack
Shared on Wed, 07/18/2007 - 22:08Do we have any other code monkies in here?
Every once in a while I thought I might post some code tips. The following code will check for read ACLs on a file in C#. We had a situation come up at work where one of the developers was having a problem reading one of our log files with user permissions. It turns out he was attempting to open the file using a full control access flag, but I thought this little piece of code could come in handy.
- Read more about Do we have any other code monkies in here?
- Log in or register to post comments