Remove All Directory Permissions

前端 未结 4 1137
情话喂你
情话喂你 2021-01-02 04:16

In C# (2.0) How do I remove all permissions to a directory, so I can limit the access. I will be adding access back to a limited set of users.

4条回答
  •  滥情空心
    2021-01-02 05:04

    Here is a great set of articles from CodeProject about Windows ACL programming:

    The Windows Access Control Model

    Part 3 of the series shows .NET specific methods.

提交回复
热议问题