Get Application Startup Path : Application « Development « VB.Net






Get Application Startup Path

Get Application Startup Path
Imports System
Imports System.Windows.Forms
Public Class MainClass

   Shared Sub Main()
       Console.WriteLine( Application.StartupPath )
   End Sub 

End Class
 

           
       








Related examples in the same category

1.Get Executable Path