C 例項應用(十六)資料夾基本操作

2021-10-08 22:30:42 字數 1038 閱讀 4171

獲取資料夾資訊

獲取資料夾建立時間

directoryinfo類公開用於建立、移動和列舉資料夾和子資料夾的例項方法,其greationtime屬性用來獲取或設定當前directoryinfo物件的建立時間,該屬性的語法格式如下:

public

datatime creationtime

屬性值:當前directoryinfo物件的建立日期和時間

獲取資料夾的最新修改時間時,可以使用directoryinfo類的相關屬性獲取資料夾的最新修改時間。

獲取資料夾的最新修改時間時,可以使用directoryinfo類的lastwritetime屬性來實現。

label2.text=dinfo.lastwritetime.

tostring()

;

獲取臨時檔案目錄

使用c#中提供的gettemppath方法得到系統的臨時檔案目錄。

public

static

string

gettemppath

()

返回值:包含臨時目錄的路徑資訊的字串。

textbox控制項,又稱為文字框控制項,主要用於獲取使用者輸入的資料或者顯示文字,它通過用於可編輯文字。也可以使其成為唯讀控制項。文字框可以顯示多行,開發人員可以使文字換行以便符合控制項的大小。

public

static

string startuppath

獲取系統當前目錄

獲取路徑名禁止使用的字元

資料夾操作

判斷指定資料夾是否存在

建立資料夾

以當前日期時間為根據建立資料夾

移動資料夾

刪除資料夾

獲取所有邏輯磁碟目錄

獲取指定資料夾的上級目錄

使用遞迴法刪除資料夾中的所有檔案

對指定資料夾中的檔案進行分類儲存

偽裝資料夾

檔案,資料夾基本操作

1 建立資料夾用到是directoryinfo類的create 方法 如 string name txtname.text string path d programe files name directoryinfo directoryinfo new directoryinfo path if ...

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...