Possible Duplicate:
How can I get the application's path in .NET in a console app?
Hi,
I would like to find the absolute path from where my exe file is running.
i.e if i run my application/exe from c:\my-app\myapp.exe then it should return c:\my-app.
My target is to find my database location inside the db folder.