Howdy
I was just wondering if anybody knew of a way to find the file location of the current running program.
eg) The visual basic running program is in C:\windows but what code do you use to show this location.
Thanks
Redsack
Printable View
Howdy
I was just wondering if anybody knew of a way to find the file location of the current running program.
eg) The visual basic running program is in C:\windows but what code do you use to show this location.
Thanks
Redsack
gives you the dir of your app.VB Code:
MsgBox App.Path