I have to get Directory Access permission in 开发者_运维知识库C#. Is there any property in C# to get Directory access type?
Check here
http://msdn.microsoft.com/en-us/library/t1h6d4k4.aspx
and if that's not what you want then check here and you may find the relevant properties:
http://msdn.microsoft.com/en-us/library/system.io.directoryinfo_properties.aspx
精彩评论