wpf Application excutepath code example
Example: how to get executable path in wpf
Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location);
Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location);