Just want to know what 'app.path' is. I looked at the APIs but I didn't fully understand.
Cheers...
Printable View
Just want to know what 'app.path' is. I looked at the APIs but I didn't fully understand.
Cheers...
app.path is wherever the .exe of your program is located.
Say the target of your exe is: "C:\Program Files\game\game.exe"
msgbox app.path will show you "C:\Program Files\game"
hope i explained it well : )
From MSDN:Quote:
Originally Posted by Kalilian
Quote:
The App object is a global object accessed with the App keyword. It determines or specifies information about the application's title, version information, the path and name of its executable file and Help files, and whether or not a previous instance of the application is running.