posts - 131, comments - 12, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理
#include <shellapi.h>
PathFileExists 函数可以用来查看一个文件或文件夹是否存在。
if (PathFileExists(strDBPath))
{
   //存在

}

else //不存在

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理