去除字尾
獲取string最後乙個乙個字元
void
main()
讀取資料夾中所有檔名
#include
#include
#include
//忘了這個cout就無法輸出string型別。。。
#include
#include
//_finddata_t,_findfirst,_findnext,_findclose要用
using namespace std;
//查詢的資料夾路徑,支援萬用字元
const
char
*dir_path =
"d:\\code\\c\\project1\\project1\\test\\*.xml"
;//指向常量的指標
intmain()
all_filename.
push_back
(fileinfo.name)
;//存入向量裡
while(!
_findnext
(handle,
&fileinfo)
)//迴圈查詢其他符合的檔案,直到找完
_findclose
(handle)
;//不寫好像也沒影響,還是寫了吧
迭代器遍歷存有所有檔名的vector,並輸出
讀取資料夾下所有資料夾名
#include
#include
#include
#include
using namespace std;
vector
dir(string path)
folder_1.
push_back
(fileinfo.name)
;while
(_findnext
(hfile,
&fileinfo)==0
)//如果找到下乙個還有,那就繼續
_findclose
(hfile)
;return folder_1;
}int
main()
return0;
}
C 資料夾操作
author ricard.m.tan createtime 2020 4 2 11 52 41 using system.io using system.windows.forms using system.xml namespace chngz.paradise 複製檔案 public stat...
C 資料夾操作
一 資料夾操作 directory類,directoryinfo類.使用using system.io命名空間 一 建立資料夾 方法一 1 private string path f text ceshi 2 private void create click object sender,event...
C 操作共享資料夾
共享檔案操作類 public class sharedfoldermanager 共享資料夾根路徑 連線共享資料夾的賬號 連線共享資料夾的密碼 連線共享資料夾,連線上後可以像操作本地磁碟的方式操作資料夾和檔案 該方法使用配置檔案中的資訊連線共享資料夾 public static bool conne...