//資料夾路徑
string myPath = @"D:\筆記";
System.Diagnostics.Process prc = new System.Diagnostics.Process();
prc.StartInfo.FileName = myPath;
prc.Start();
GitHub連結
https://github.com/gamer99122/WinFormExample
參考連結
文章標籤
全站熱搜
//資料夾路徑
string myPath = @"D:\筆記";
System.Diagnostics.Process prc = new System.Diagnostics.Process();
prc.StartInfo.FileName = myPath;
prc.Start();
GitHub連結
https://github.com/gamer99122/WinFormExample
參考連結