Get Executable Path : Application « Development « VB.Net





Get Executable Path

Imports System
Imports System.Windows.Forms

Public Class MainClass
    
    Shared Sub Main()
        Console.WriteLine(Application.ExecutablePath)
    End Sub
End Class
           
       










Related examples in the same category

1.Get Application Startup PathGet Application Startup Path