CFileFind m_FileFind;
CString m_sFilePath = "D:\\Program Files\\Adobe\\Adobe Flash CS3";
if(!m_FileFind.FindFile(m_sFilePath)) //路径不存在则创建该路径
{
CreateDirectory(m_sFilePath,NULL);
}
相关文章:
-
2022-12-23
-
2021-09-26
-
2021-08-09
-
2021-12-03
-
2022-12-23
-
2022-12-23
-
2021-04-15
-
2022-01-17
猜你喜欢
-
2022-12-23
-
2021-07-02
-
2022-12-23
-
2022-12-23
-
2021-12-22
-
2022-12-23
-
2022-12-23
相关资源
-
下载
2023-02-13
-
下载
2023-02-08
-
下载
2023-04-09