VC判断路径是否存在

CFileFind m_FileFind;
CString m_sFilePath = "D:\\Program Files\\Adobe\\Adobe Flash CS3";
if(!m_FileFind.FindFile(m_sFilePath))  //路径不存在则创建该路径
{
      CreateDirectory(m_sFilePath,NULL);
}
posted on 2009-07-19 12:06  一路前行  阅读(2003)  评论(0编辑  收藏  举报