严以律己,宽以待人. 三思而后行. GMail/GTalk: yanglinbo#google.com; MSN/Email: tx7do#yahoo.com.cn; QQ: 3 0 3 3 9 6 9 2 0 .
posted on 2007-11-07 11:08 杨粼波 阅读(3252) 评论(2) 编辑 收藏 引用
那么判断目录是否存在呢? 回复 更多评论
bool directoryExist( const std::string& strPath ) { return ::PathIsDirectory(strPath.c_str()) ? true : false; } 在Windows下面可以这么做。 回复 更多评论
Powered by: C++博客 Copyright © 杨粼波