[完整实例源码]C&C++修改文件只读属性
先使用GetFileAttributes获取文件属性,判断该文件是否是只读,然后SetFileAttributes修改文件属性。代码如下:#include "stdafx.h"int _...