image

//資料夾路徑
string myPath = @"D:\筆記";
System.Diagnostics.Process prc = new System.Diagnostics.Process();
prc.StartInfo.FileName = myPath;
prc.Start();

 

GitHub連結

https://github.com/gamer99122/WinFormExample

 

參考連結

C# 開啟資料夾

 

 


arrow
arrow
    創作者介紹
    創作者 gamer99122 的頭像
    gamer99122

    菜鳥L的手札

    gamer99122 發表在 痞客邦 留言(0) 人氣()