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