Revision: 38073
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        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