Return to Snippet

Revision: 38073
at December 24, 2010 08:10 by mooparmghor


Initial Code
Function GetExecutablePath() As String
        Return Application.StartupPath
    End Function

Initial URL


Initial Description
"Gets the path for the executable file that started the application, not including the executable name." Quoted from MSDN ~~  http://bit.ly/hwr8qp

Initial Title
Get Executable Path

Initial Tags


Initial Language
VB.NET