how can i determine the current path of the exe that is running, to a string variable?
Printable View
how can i determine the current path of the exe that is running, to a string variable?
VB Code:
application.ExecutablePath
Is the code used.
thanks, it works