标签: c# .net
我有一个按钮,可以打开存储程序的当前目录,但是我想让它工作,这样无论用户放置程序,它都会打开该位置。
try { Process.Start(@"%~dp0\"); } catch (Exception) { };