CFileFind find;
BOOL bRet = find.FindFile(_T("D:\\Text.txt"));
if (bRet)
{
//파일존재
}
else
{
//파일 없음
}

 

출처 : https://m.blog.naver.com/kyuhgmi/40130934218

+ Recent posts