Get Executable Path


/ Published in: VB.NET
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. Function GetExecutablePath() As String
  2. Return Application.StartupPath
  3. End Function

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.