App.Path

K

Konrad L. M. Rudolph

T said:
What happened to App.Path how do I get that info now?

System.Windows.Forms.Application.StartupPath()

consider my previous posting burnt.
 
H

Herfried K. Wagner [MVP]

* "T Cordon said:
What happened to App.Path how do I get that info now?

\\\
Imports System.IO
Imports System.Reflection
..
..
..
Private Function ApplicationPath() As String
Return _
Path.GetDirectoryName([Assembly].GetExecutingAssembly().Location)
End Function
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top