-1

I am trying to build a code that saves paths of applications in an access database.How can i get the path of the executable file?

1 Answers1

0

Try this:

System.Reflection.Assembly.GetEntryAssembly().Location;
Hussein Salman
  • 7,806
  • 15
  • 60
  • 98