//獲取啟動了應用程式的可執行檔案的路徑,不包括可執行檔案的名稱。
返回上一級路徑 ..\..\ 是你返回的資料夾級數
string parentpath = di.fullname;
//判斷檔案是否存在
if (system.io.file.exists(parentpath )
directory.exists(path); // path表示路徑引數;可判斷檔案路徑是否存在
directory.createdirectory(path);// path表示路徑引數;可建立目錄
file.exists(path); // path表示路徑引數;可判斷檔案是否存在
string path = @"c:\program files\microsoft.net";
if (!directory.exists(path))
檔案選擇,資料夾選擇
// 選擇檔案:
private string selectfile()
;var result = openfiledialog.showdialog();
if (result == dialogresult.ok)
return path;
}// 選擇路徑
private string selectpath()
return path;
}
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...
刪除檔案和資料夾
一 刪除檔案 使用 del 命令,可以檢視幫助資訊 del p f s q a attributes names erase p f s q a attributes names names 指定乙個或數個檔案或目錄列表。萬用字元可被用來 刪除多個檔案。如果指定了乙個目錄,目錄中的所 有檔案都會被刪...
刪除檔案和資料夾
一 刪除檔案 使用 del 命令,可以檢視幫助資訊 del p f s q a attributes names erase p f s q a attributes names names 指定乙個或數個檔案或目錄列表。萬用字元可被用來 刪除多個檔案。如果指定了乙個目錄,目錄中的所 有檔案都會被刪...