MFC判断文件或文件夹是否存在函数

CString Path;
BOOL rec = PathFileExists(Path);
if(rec)
{
    //存在
}else{
    // 不存在
}

 

posted @ 2014-11-04 15:06  kim_berley  阅读(11021)  评论(0编辑  收藏  举报