CheckFileExist bool CheckFileExist(CString filename) { CFileFind filefind; return filefind.FindFile(filename); }