Return to Snippet

Revision: 43126
at March 17, 2011 08:22 by jimfred


Updated Code
System.Diagnostics.Process.Start(System.IO.Path.GetDirectoryName(Application.ExecutablePath));

Revision: 43125
at March 17, 2011 08:21 by jimfred


Initial Code
System.Diagnostics.Process.Start(Path.GetDirectoryName(Application.ExecutablePath));

Initial URL


Initial Description
I frequently add a link to utilities to open the app's CWD.

Initial Title
Launch File Explorer for application\'s current working directory

Initial Tags


Initial Language
C#