|
-
Jun 30th, 2005, 12:57 AM
#1
Thread Starter
Member
Quick qns: want to know what app.path is? [Resolved]
Just want to know what 'app.path' is. I looked at the APIs but I didn't fully understand.
Cheers...
Last edited by Kalilian; Jul 5th, 2005 at 09:14 PM.
-
Jun 30th, 2005, 12:59 AM
#2
Re: Quick qns: want to know what app.path is?
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 : )
-
Jun 30th, 2005, 05:58 AM
#3
Re: Quick qns: want to know what app.path is?
 Originally Posted by Kalilian
Just want to know what 'app.path' is. I looked at the APIs but I didn't fully understand.
Cheers...
From MSDN:
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|