一、資料夾操作
directory類,directoryinfo類.使用using system.io命名空間
(一)建立資料夾
方法一:
1 private string path = @"f:\text\ceshi";方法二:2 private void create_click(object sender, eventargs e)
3
1 private string path = @"f:\text\ceshi";(二)刪除資料夾2 private void create_click(object sender, eventargs e)
3
方法一:
1 private string path = @"f:\text\ceshi";方法二:2 private void delete_click(object sender, eventargs e)
3
1 private string path = @"f:\text\ceshi";(三)判斷資料夾是否存在2 private void delete_click(object sender, eventargs e)
3
方法一:
1 private string path = @"f:\text\ceshi";方法二:2 private void exist_click(object sender, eventargs e)
3
9 else
10
13 }
1 private string path = @"f:\text\ceshi";(四)獲取子資料夾2 private void exist_click(object sender, eventargs e)
3
10 else
11
14 }
注:獲取子檔案只能是獲取--該路徑下的資料夾,其他非資料夾格式獲取不到
方法一:
1 private void getdirectory_click(object sender, eventargs e)方法二:2
1 private void getdirectory_click(object sender, eventargs e)(五)獲取子檔案2
注:獲取子檔案只獲取--除了資料夾以外其他的檔案
方法一:
1 private void getfile_click(object sender, eventargs e)方法二:2
1 private void getfile_click(object sender, eventargs e)(六)獲取資料夾的相關屬性2
注:日期時間後面utc代**列尼日時間
方法一:
1 private string path = @"f:\text\ceshi";方法二:2 private void getinfo_click(object sender, eventargs e)
3
1 private string path = @"f:\text\ceshi";(七)修改資料夾的相關屬性2 private void getinfo_click(object sender, eventargs e)
3
方法一:
1 private string path = @"f:\text\ceshi";方法二:2 private void setinfo_click(object sender, eventargs e)
3
(八)移動資料夾(或改名)
注:move()或moveto():1.路徑不同名字相同(相當於--剪下),
2.路徑不同名字不同(相當於--剪下+重新命名),
3.路徑相同名字不同(相當於--重新命名).
且移動是同時將資料夾內的所有物件,移動.
方法一:
1 private string path = @"f:\text\ceshi";方法二:2 private void movedirectory_click(object sender, eventargs e)
3
1 private string path = @"f:\text\ceshi";2 private void movedirectory_click(object sender, eventargs e)
3
C 資料夾操作
去除字尾 獲取string最後乙個乙個字元 void main 讀取資料夾中所有檔名 include include include 忘了這個cout就無法輸出string型別。include include finddata t,findfirst,findnext,findclose要用 usi...
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 操作共享資料夾
共享檔案操作類 public class sharedfoldermanager 共享資料夾根路徑 連線共享資料夾的賬號 連線共享資料夾的密碼 連線共享資料夾,連線上後可以像操作本地磁碟的方式操作資料夾和檔案 該方法使用配置檔案中的資訊連線共享資料夾 public static bool conne...