摘要: // 02 文件操作.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include int _tmain(int argc, _TCHAR* argv[]) { //删除文件 //DeleteFile(TEXT("D:\\Test.txt")); //拷贝文件,同时也可以改名字 //CopyFile(TEXT("D... 阅读全文
posted @ 2016-03-25 14:37 天还是那么蓝 阅读(132) 评论(0) 推荐(0) 编辑