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;
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;
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended websites...
All entries, chronologically...