How can I get the application's path in C# in a console app?
Posted
by JSmyth
on Stack Overflow
See other posts from Stack Overflow
or by JSmyth
Published on 2009-05-07T23:05:09Z
Indexed on
2010/04/07
23:03 UTC
Read the original article
Hit count: 234
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?
© Stack Overflow or respective owner