how can i define application path

L

Lal

dear all,

how can i defaine the application path to vb.net

please help me

--



Regards


K R Lal
Luxor
 
K

Ken Tucker [MVP]

Hi,

Here is how to get the application path.

Public Function AppPath() As String

Return
System.IO.Path.GetDirectoryName(Reflection.Assembly.GetEntryAssembly().Location)

End Function



Ken
--------------------

dear all,

how can i defaine the application path to vb.net

please help me

--



Regards


K R Lal
Luxor
 

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

Top