Programming
WPF: Get Application Startup Directory
by admin on Mar.25, 2013, under Programming
This example code will show you how to determine the path your program was started from:
string startup_path = System.AppDomain.CurrentDomain.BaseDirectory;