摘要:
int cCommFun::ReadFile(string& strPath, char* pDest, int& iLen){ if (pDest == NULL || iLen < 1) { return FALSE; } //文件信息写入内存 std::ifstream file; file. 阅读全文
摘要:
int GetFileInfo(string& strPath, int& iCreateTime, int& iModifyTime, int& iAccessTime, int& iFileLen){ struct _stat tmpInfo; if (_stat(strPath.c_str() 阅读全文