
how to check application path?
Hello,
Quote:
> In vb 6 we use app.path.
> in vb.net, what can we use?
\\\
Private Function ApplicationPath() As String
Return _
New FileInfo( _
[Assembly].GetExecutingAssembly().Location _
).Directory.FullName
End Function
///
Regards,
Herfried K. Wagner
--
http://www.mvps.org/dotnet