Answers for "get console startup path"

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

C# Answers by Framework

Browse Popular Code Answers by Language