C# get application directory path

To find the application directory (were exe file is) during runtime use this:
AppDomain.CurrentDomain.BaseDirectory

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

Parse XML to object model in C# using XSD utility