/ Published in: VB.NET
"Gets the path for the executable file that started the application, not including the executable name." Quoted from MSDN ~~ http://bit.ly/hwr8qp
Expand |
Embed | Plain Text
Function GetExecutablePath() As String Return Application.StartupPath End Function
You need to login to post a comment.
