Answers for "how to get the startup path in console app"

C#
1

how to get the startup path in console app

var GetDirectory = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
Posted by: Guest on December-24-2020

Code answers related to "how to get the startup path in console app"

C# Answers by Framework

Browse Popular Code Answers by Language