Check permission on files and directories

  • Thread starter Thread starter Jonas Nilsson
  • Start date Start date
J

Jonas Nilsson

Hi!

I need to check if the current user has READ access on a file or a
directory.

Is there a way to do this in C#?, without using try & catch.

/Jonas
 
Take a look at the FileIOPermission class. You need to
use Imperative Code Access Security.

Mike Hanson
MCSE, MCSD, MCDBA, MCT
 
I can't find out how to get a specific permission for a file,

/Jonas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top