/ 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
                            
                        
                        Copy this code and paste it in your HTML
Function GetExecutablePath() As String
Return Application.StartupPath
End Function
Comments
 Subscribe to comments
                    Subscribe to comments
                
                