• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Life & Code

            代碼是咒語(yǔ),我是魔法師

            boost::filesystem的文件遍歷

            ?

            #include? " boost/filesystem/operations.hpp "
            #include?
            " boost/filesystem/path.hpp "
            #include?
            < iostream >
            using ? namespace ?std;
            namespace ?fs? = ?boost::filesystem;

            void ?PrintAllFile(fs::path? & full_path);



            int ?main(? int ?argc,? char * ?argv[]?)
            {

            ????fs::path?full_path(?
            " D:\\ " ?,fs::native);
            ????PrintAllFile(full_path);
            }

            void ?PrintAllFile(fs::path? & full_path)
            {
            ?
            if (fs::exists(full_path))
            ?
            {
            ??fs::directory_iterator?item_begin(full_path);
            ??fs::directory_iterator?item_end;
            ??
            for (?;item_begin?? != ?item_end;?item_begin ++ )
            ??
            {
            ???
            ???
            if (fs::is_directory( * item_begin))
            ???
            {
            ????cout?
            << item_begin -> native_file_string() << " \t[dir] " << endl;
            ????PrintAllFile(
            * item_begin);
            ???}

            ???
            else
            ???
            {
            ????cout?
            << item_begin -> native_file_string() << endl;
            ???}

            ??}

            ?}

            }

            posted on 2006-12-13 00:29 橙子 閱讀(6060) 評(píng)論(3)  編輯 收藏 引用 所屬分類: C++ & STL

            評(píng)論

            # re: boost::filesystem的文件遍歷 2007-09-21 15:39 jazz

            我也剛學(xué)這個(gè) 貼個(gè)自己的例子

            #include <iostream>
            #include <string>
            #include <ctime>
            #pragma warning(push)
            #pragma warning(disable:4819)
            #pragma warning(disable:4996)
            #include <boost/filesystem/path.hpp>
            #include <boost/filesystem/operations.hpp>
            #include <boost/filesystem.hpp>
            #pragma warning(pop)

            using namespace std;
            using namespace boost;
            namespace fs = boost::filesystem;

            void RecusiveListFiles(fs::path& fpath)
            {
            fs::recursive_directory_iterator beg_iter(fpath);
            fs::recursive_directory_iterator end_iter;
            for (; beg_iter != end_iter; ++beg_iter)
            {
            if (fs::is_directory(*beg_iter))
            {
            continue;
            }
            else
            {
            cout<<beg_iter->path().file_string()<<'\n';

            time_t t = fs::last_write_time(*beg_iter);
            cout<<ctime(&t);
            uintmax_t filesize = fs::file_size(*beg_iter);
            cout<<filesize<<"\n\n";
            }
            }
            }

            int main(int argc, char* argv[])
            {
            try
            {
            if (argc < 2)
            {
            cout<<"Invalid arg --- You should input a Directory path as an argument.(ex: c:\\DELL)\n";
            return -1;
            }
            RecusiveListFiles(fs::path(string(argv[1]), fs::native));
            }
            catch (exception& e)
            {
            cout<<e.what()<<endl;
            }

            return 0;
            }  回復(fù)  更多評(píng)論   

            # re: boost::filesystem的文件遍歷 2008-12-29 00:46 Lingol

            fs::directory_iterator item_end;

            為何不需初始化?  回復(fù)  更多評(píng)論   

            # re: boost::filesystem的文件遍歷 2013-12-21 17:42 shit_engineer

            你確定這代碼能跑編過(guò)?  回復(fù)  更多評(píng)論   

            <2013年12月>
            24252627282930
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234

            導(dǎo)航

            統(tǒng)計(jì)

            常用鏈接

            留言簿(10)

            隨筆分類

            隨筆檔案

            相冊(cè)

            收藏夾

            搜索

            最新評(píng)論

            閱讀排行榜

            久久综合色之久久综合| 久久国产精品国产自线拍免费| 日韩AV无码久久一区二区| 久久久久久毛片免费看| 久久亚洲欧美日本精品| 久久综合丁香激情久久| 91久久精品国产免费直播| 日本精品久久久久中文字幕8| 久久免费线看线看| 91精品观看91久久久久久| 国产精品无码久久综合网| 久久天天躁狠狠躁夜夜av浪潮| 久久精品亚洲精品国产欧美| 人人狠狠综合久久亚洲高清| 久久天天躁狠狠躁夜夜avapp| 思思久久好好热精品国产| 欧美激情一区二区久久久| 久久妇女高潮几次MBA| 久久久免费精品re6| 久久香蕉国产线看观看99| 国产69精品久久久久9999| 久久综合伊人77777麻豆| 久久久久久国产精品美女| 久久精品aⅴ无码中文字字幕不卡| 久久99精品久久久久久久久久| 国产精品久久久久9999高清| 国内精品伊人久久久久网站| 国产免费久久精品99re丫y| 国产精品久久久久久影院| 欧美午夜A∨大片久久 | 亚洲欧美一级久久精品| 久久精品国产久精国产一老狼| 久久精品国产亚洲av高清漫画| 国产精品99久久久久久董美香| 欧美伊人久久大香线蕉综合| 久久精品国产亚洲av高清漫画| 欧美午夜A∨大片久久| 99久久免费国产精品热| 久久久噜噜噜久久中文字幕色伊伊| 俺来也俺去啦久久综合网| 久久精品国产欧美日韩99热|