Answers for "wpf application.executablepath"

C#
1

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