About my job, my life...Welcome!
using System.IO; if (Directory.Exists(資料夾路徑)) { //資料夾存在 } else { //新增資料夾 Directory.CreateDirectory(@"D:\temp\"); }
using System.IO; if (File.Exists(檔案路徑)) { //檔案存在 }
系謝 很實用
系謝 很實用
回覆刪除