1 Star 0 Fork 1

郑力源/Uauto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Copy.h 244 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sans 提交于 2021-03-22 20:44 . Add files via upload
#include<stdlib.h>
#include<dirent.h>
#include<string.h>
#include<stdio.h>
#include<sys/stat.h>
#include<iostream>
#define BUFFER_LENGTH 8192
int IsDir(std::string path);
int CopyFile(std::string sourcePath,std::string destPath);
int Copy();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zheng_li_yuan/Uauto.git
git@gitee.com:zheng_li_yuan/Uauto.git
zheng_li_yuan
Uauto
Uauto
main

搜索帮助