using System.IO; if (Directory.Exists(@"C:\test")) { //資料夾存在 } else { //資料夾不存在,建立資料夾 Directory.CreateDirectory(@"C:\test"); }
沒有留言:
張貼留言