path question...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • craig

    path question...

    I would like to write out a file to the same path on the hard disk from
    where the program executable will be running. What is the best way to
    determine that path from within code?

    Thanks!


  • Mike Bird

    #2
    Re: path question...

    Application.Exe cutablePath


    "craig" <e@mail.com> wrote in message
    news:uG%23dcQmZ DHA.2344@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    > I would like to write out a file to the same path on the hard disk from
    > where the program executable will be running. What is the best way to
    > determine that path from within code?
    >
    > Thanks!
    >
    >[/color]


    Comment

    • craig

      #3
      Re: path question...

      Thanks!!!!!!!!!

      "Mike Bird" <birdm @ symbol . com> wrote in message
      news:ue5kHTmZDH A.656@tk2msftng p13.phx.gbl...[color=blue]
      > Application.Exe cutablePath
      >
      >
      > "craig" <e@mail.com> wrote in message
      > news:uG%23dcQmZ DHA.2344@TK2MSF TNGP09.phx.gbl. ..[color=green]
      > > I would like to write out a file to the same path on the hard disk from
      > > where the program executable will be running. What is the best way to
      > > determine that path from within code?
      > >
      > > Thanks!
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...