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

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#