I've been trying to find a way to launch a program from a button without assigning a direct path because the program I am building will be used on mupltiple PCs.
I found AppPath:
Code:
Dir$(AppPath & "\text.txt")
I get an "AppPath not declared" error and I can't seem to resolve.
Any help would be appreciated.
Thanks