C++之文件操做移动、复制、重命名

1 C++笔记之CopyFile和MoveFile的使用html 2 删除和重命名web #include <fstream> #include <windows.h> //与opencv的命名空间CV有冲突,不能在一个文件中使用 int main() { string path="H://test";//测试路径 remove("H://test/a.txt");//删除文件
相关文章
相关标签/搜索