摘要:
#include<boost/filesystem.hpp>#include<boost/filesystem/operations.hpp>#include<boost/filesystem/path.hpp>namespacefs=boost::filesystem;template<classFun>voidtraverse(conststd::string&path,Funfun){fs::pathdir(path);if(fs::exists(dir)){fs::directory_iteratoritem_begin(dir) 阅读全文
posted @ 2012-09-12 10:35
海角望天涯
阅读(355)
评论(0)
推荐(0)
浙公网安备 33010602011771号