.NET what path is the application running from?

In order to get the Directory the application is running from we can use the AppDomain.CurrentDomain.BaseDirectory property

Dim runningFrom As String = AppDomain.CurrentDomain.BaseDirectory