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#

C# Updating GUI from different thread