bool existsFile(string FileName) {
fstream temp(FileName);
bool ret = temp.good();
temp.close();
return ret;
}
bool existsFile(string FileName) {
fstream temp(FileName);
bool ret = temp.good();
temp.close();
return ret;
}
上一篇:system 中包含比哦按量
下一篇:fgets fputs
本篇文章将介绍几种常见的方法来判断Java代码中异步操作是否完成。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M