How can I get the application's path in C# in a console app?
- by JSmyth
I have a console app, and I would like to find the application's path.
In winforms I can use Application.StartupPath to find the current path, but this doesn't seem to be available in a console app?