Get Executable Path : Application « Development « VB.Net
- VB.Net
- Development
- Application
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