How to read a folder or a file NTFS permissions by vb.net

  • Thread starter Thread starter Tolgay Gül
  • Start date Start date
T

Tolgay Gül

How can I read a folder and in the folder's files NTFS permissions by Visual
Basic.Net 2005 beta 2. I think that I should use the
System.Security.Permissions.FileIOPermission but I don't know how. Could you
write a small sample?

Thanks.
 
How can I read a folder and in the folder's files NTFS permissions by
Visual Basic.Net 2005 beta 2. I think that I should use the
System.Security.Permissions.FileIOPermission but I don't know how.
Could you write a small sample?

Thanks.

Search the help system for

File.SetAttributes
File.GetAttributes

Hope it helps
 

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