Results 1 to 3 of 3

Thread: Quick qns: want to know what app.path is? [Resolved]

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2005
    Location
    Melbourne, Australia
    Posts
    39

    Resolved 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.

  2. #2
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    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 : )

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Quick qns: want to know what app.path is?

    Quote 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
  •  



Click Here to Expand Forum to Full Width