Get Path to Execution Directory of Windows Forms Application
        Posted  
        
            by Yaakov Ellis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Yaakov Ellis
        
        
        
        Published on 2008-11-17T14:34:34Z
        Indexed on 
            2010/04/21
            9:43 UTC
        
        
        Read the original article
        Hit count: 438
        
I would like to get the path to the execution directory of a windows forms application (ie: the directory in which the executable is located). Does anyone know of a built-in method in .Net to do this?
© Stack Overflow or respective owner