- 博客(2)
- 资源 (1)
- 收藏
- 关注
转载 MFC程序中如何创建多级目录
创建多级目录函数 BOOL mkdirEx(const char* lpPath) { CString pathname = lpPath; if(pathname.Right(1) != "\\") pathname += "\\" ; int end = pathname.ReverseFind('\\'
2012-04-18 16:06:23
548
转载 VC中判断目录,文件是否存在,创建目录的方法
目录是否存在的检查: BOOL FolderExist(CString strPath) { WIN32_FIND_DATA wfd; BOOL rValue = FALSE; HANDLE hFind = FindFirstFile(strPath, &wfd); if ((hFind != INVAL
2012-04-18 15:55:18
352
ArcGIS Pro 3.0 API Reference Guide的chm文件
2024-09-04
MP4固件出错怎么办
2010-11-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人