Toggle navigation
t3rse@t3rse ~ $
/home/t3rse
~/post
~/about
Get Executable Directory with .NET
Nov 22, 2005
{
What directory am I in again?
string
dir = System.IO.Path.GetDirectoryName(Application.ExecutablePath);
}