如何在win7上以编程方式设置文件夹权限?
通过脚本或 Windows API 在 Windows7 上设置文件夹权限的首选方式是什么?
What is the preferred way, either by script or Windows API to set folder permissions on Windows7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该示例是针对文件的,但修改访问控制列表的方法是相同的。
如何向文件添加允许访问的 ACE
http://support.microsoft.com/kb/102102< /a>
The sample is for a file but the way to modify the access control list is the same.
How to add an access-allowed ACE to a file
http://support.microsoft.com/kb/102102