爱生活 爱技术

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  32 随笔 :: 0 文章 :: 0 评论 :: 0 Trackbacks
bool DirectoryExist( const std::string &strPath )
{
    
return ::PathIsDirectory(strPath.c_str()) ? true : false;
}

posted on 2008-05-20 01:20 海 阔 天 空 阅读(1791) 评论(0)  编辑 收藏 引用 所属分类: C++