Results 1 to 2 of 2

Thread: Retrieving Present File Location

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    7

    Question Retrieving Present File Location

    Howdy

    I was just wondering if anybody knew of a way to find the file location of the current running program.

    eg) The visual basic running program is in C:\windows but what code do you use to show this location.

    Thanks

    Redsack

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    VB Code:
    1. MsgBox App.Path
    gives you the dir of your app.

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