摘要: int cCommFun::ReadFile(string& strPath, char* pDest, int& iLen){ if (pDest == NULL || iLen < 1) { return FALSE; } //文件信息写入内存 std::ifstream file; file. 阅读全文
posted @ 2020-10-20 21:44 龙马8586 阅读(877) 评论(0) 推荐(0) 编辑
摘要: int GetFileInfo(string& strPath, int& iCreateTime, int& iModifyTime, int& iAccessTime, int& iFileLen){ struct _stat tmpInfo; if (_stat(strPath.c_str() 阅读全文
posted @ 2020-10-20 21:40 龙马8586 阅读(3196) 评论(0) 推荐(0) 编辑