How to get the path to my running EXE?

 Posted by vishalneeraj-24503 on 12/14/2013 | Category: VB.NET Interview questions | Views: 2635 | Points: 40
Answer:

The Application class has a static member ExecutablePath that has this information.

Dim exe_path as String = Application.ExecutablePath


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response