What is the best method of getting the path the C# executable is running from?
I need to use it for temp folders etc and currently I\'m using:
Path.G
Try:
Application.StartupPath
It should return the path without the executable filename.