beta.blog

Programming

WPF: Get Application Startup Directory

by 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;
Leave a Comment more...

Looking for something?

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!