获取文件属性(例如只读)和安全属性(例如读取拒绝写入拒绝)的最佳实践是什么?
我正在使用 C++ MFC、windows 进行编程。
在 Windows XP、Vista 和 Win7 中获取文件属性(例如只读)和安全属性(例如读取拒绝写入拒绝)的最佳实践是什么?
修改文件属性和安全属性的最佳实践是什么?
非常感谢!
I am programming in C++ MFC, windows.
What is the best practice to get a file attribute(such as read only), and security attribute(such as read deny write deny) in windows XP, Vista, and Win7?
and What is the best practice to modify a file attribuute and security attribute?
Many thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否检查C++ - 如何设置文件权限(跨平台)< /a>?
另外,请查看此处 Windows 访问控制
Could you please check C++ - How to set file permissions (cross platform) ?
Also, take a look here Windows Access Control