Answers for "c# wpf get application exe path"

C#
0

how to get executable path in wpf

Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location);
Posted by: Guest on June-14-2020

C# Answers by Framework

Browse Popular Code Answers by Language