csharp app path

Code Example - csharp app path

                
                        string appPath = AppDomain.CurrentDomain.BaseDirectory;
                    
                
 

get application path csharp

                        
                                System.Reflection.Assembly.GetExecutingAssembly().Location
                            
                        
 

Related code examples