Windows下資料夾遍歷(2)

2021-03-31 20:14:40 字數 621 閱讀 5560

修改了一下程式,使其可以在當前路徑下以檔名「遍歷結果.txt」輸出執行結果;

執行結果改為樹形輸出方式。

#include

#include

#include

#include

#include

#include

using namespace std;

/* * 遍歷lpszpath下所有檔案及資料夾,並按順序顯示其中的內容.

*//*

* 如果掃瞄到資料夾,則將其存入 dirs 佇列中,並顯示名稱,

* 如果掃瞄到檔案,則顯示其名稱;

* 當前資料夾處理完畢後就處理其下一級資料夾,下一級資料夾從隊

* 列中得到.

*/void function( lpctstr lpszpath,ostream & out)

else

// if

delete curdir;

findclose(hfind); // 關閉查詢控制代碼

}// for()

}int main(int argc,char *argv)

else

return 0;

}

WINDOWS下資料夾簡介

windows下資料夾簡介 2012 03 30 12 06 windows下資料夾簡介 ime資料夾 這是輸入法資料夾,用來存放系統預設安裝的輸入法檔案。windows作業系統已經內嵌了東亞國家的輸入法,如日語,韓文等,從理論上可以將用不到的一些其他語言輸入法刪除掉,但不建議這樣做,因為這樣有可能...

Windows下 資料夾加密

此加密方法會使這個特殊的資料夾用正常情況不可開啟也不可刪除,可以起到保護重要資料的作用。在windows中 符號是路徑的分隔符,比如 c windows system.exe 的意思是c分割槽的windows資料夾中的system.exe檔案。如果檔名中有 符號會怎麼樣呢?假如 in 是乙個資料夾的...

Windows平台 C 遍歷資料夾

include stdafx.h include include include include includeusing namespace std int count 0 注意,lppath最後帶乙個反斜槓 例如 c users kitty void find char lppath char ...