Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 C++ MFC、windows 编程。
在 windows XP、Vista 和 Win7 中获取文件属性(例如只读)和安全属性(例如读取拒绝写入拒绝)的最佳做法是什么?
以及修改文件属性和安全属性的最佳做法是什么?
非常感谢!!!
您能否检查一下C++ - 如何设置文件权限(跨平台)?
另外,看看这里Windows 访问控制