代码如下:
D盘新建一个test.txt普通文件后,第一次运行(添加只读属性):

第二次运行(移除只读属性):

[完整实例源码]C&C++修改文件只读属性
来源:清泛原创 2016-10-25 10:17:35 人气: 我有话说( 0 人参与)
先使用GetFileAttributes获取文件属性,判断该文件是否是只读,然后SetFileAttributes修改文件属性。代码如下:#include "stdafx.h"int _...
C++ 只读属性 GetFileAttributes SetFileAttributes
上一篇:error C2280: 'std::mutex::mutex(const std::mutex &)' : attempting to reference a deleted function
下一篇:C/C++中的段错误(Segmentation fault)