string currentDir = System.IO.Directory.GetCurrentDirectory(); //returns the current directory of the application when executing
string appPath = System.IO.Path.GetDirectoryName(Application.ExecutablePath);