bool ClassName::isFileExist(CString fullFilePath)
{
return PathFileExists(fullFilePath) ? true : false;
//CFileFind finder;
//return
finder.FindFile(fullFilePath);
}
bool ClassName::isDirExist(CString dirPath)
{
return PathFileExists(dirPath) ? true : false;
}
沒有留言:
張貼留言