How to Find Path

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suresh_punniyakkodi
    New Member
    • Aug 2006
    • 20

    How to Find Path

    Hellow Friends,
    Now, i am developing one project. I want one help,, How to find path in VisualBasic.

    I am created exe file in VisualBasic and placed in to any where,

    Ex: abc.exe. This file is placed in any where in my system.. I want that file path at time of execution of that abc.exe file.



    Regards,
    Suresh.
  • claudy
    New Member
    • Sep 2006
    • 2

    #2
    FileName = Application.Cur rentProject.Pat h

    where filename = of type string

    Comment

    • suresh_punniyakkodi
      New Member
      • Aug 2006
      • 20

      #3
      Hellow Claudy,
      I want deep explanation about that code, and also i want one example for that.


      Regards,
      Suresh

      Comment

      • Hemant Pathak
        Recognized Expert New Member
        • Jul 2006
        • 92

        #4
        Hi............. ....

        u can find the path of ur Current Application

        cPath=app.path


        its return the current path of ur exe file

        Comment

        • suresh_punniyakkodi
          New Member
          • Aug 2006
          • 20

          #5
          Hellow Hemant Pathak,
          Thank you for your help.

          Take Care...
          Bye... Bye...



          Regards,
          Suresh.

          Comment

          Working...