Answers for "get application path in startup"

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
0

Application startup path

Application.StartupPath
Posted by: Guest on August-12-2021

Code answers related to "get application path in startup"

C# Answers by Framework

Browse Popular Code Answers by Language