How can I get the application's path in a .NET console application?
How would I discover the application's way in a console application?
In Windows Forms, I can utilize the Application.StartupPath
to track down the current way, however, this doesn't appear to be accessible in a console application.