/ Published in: C#
I frequently add a link to utilities to open the app's CWD.
Expand |
Embed | Plain Text
System.Diagnostics.Process.Start(System.IO.Path.GetDirectoryName(Application.ExecutablePath));
You need to login to post a comment.
