Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.NET version of VB6 App.Path

Status
Not open for further replies.

Turpis

Programmer
Apr 16, 2002
151
I am looking for the .NET version of the VB6 App.Path. Used the upgrade wizard on a VB6 project with this code in there and it returned VB6.GetPath as the new code.

There has to be a .NET version of this code.

Charles
Quality Assurance/Developer
 
Public Function App_Path() As String
Return System.AppDomain.CurrentDomain.BaseDirectory()
End Function
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top