How to get the running EXE Path?

 Posted by vishalneeraj-24503 on 1/28/2015 | Category: .NET Framework Interview questions | Views: 2638 | Points: 40
Answer:

We have an Application class,which has a static property as ExecutablePath .
For Example:-
string path = Application.ExecutablePath;


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response