需求
C# 程序上有一个按钮,点击打开电脑上对应的目录即可。
代码 //打开帮助文档
System.Diagnostics.Process.Start("explorer.exe ", Application.StartupPath + "\\docs");