Answers for "how to get the application startup path in console c#"

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 application startup path in console c#"

C# Answers by Framework

Browse Popular Code Answers by Language