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