(C )檔案操作 解壓資料夾和檔案

2021-05-24 02:05:36 字數 644 閱讀 8464

using icsharpcode.sharpziplib.zip;

using system.io;

using icsharpcode.sharpziplib.checksums;

namespace datareportedfeedback

if (filename != string.empty)

else

}streamwriter.close();

//}}

}s.close();}}

}呼叫:

private void button3_click(object sender, eventargs e)

{                         

string fileproperties = new string[2];

待解壓的檔案

fileproperties[0] = strtobak1directory + "//" + f.name;

解壓後放置的目標目錄

fileproperties[1] = strtempdiretory+"//";    

unzipclass unzc = new unzipclass();

unzc.unzip(fileproperties);

C 資料夾和檔案操作

file.exist string path 檔案讀寫 filestream fs new filestream filename,filemode.create binarywriter bw new binarywriter fs bw.write ok bw.flush bw.close fs...

C 檔案和資料夾

獲取啟動了應用程式的可執行檔案的路徑,不包括可執行檔案的名稱。返回上一級路徑 是你返回的資料夾級數 string parentpath di.fullname 判斷檔案是否存在 if system.io.file.exists parentpath directory.exists path pat...

python檔案和資料夾操作

python中對檔案 資料夾 檔案操作函式 的操作需要涉及到os模組和shutil模組。得到當前工作目錄,即當前python指令碼工作的目錄路徑 os.getcwd 返回指定目錄下的所有檔案和目錄名 os.listdir 函式用來刪除乙個檔案 os.remove 刪除多個目錄 os.removedi...