Answers for "how to get c# project folder directory"

C#
0

c# project path

string startupPath = System.IO.Directory.GetCurrentDirectory();

string startupPath = Environment.CurrentDirectory;
Posted by: Guest on October-11-2020

Code answers related to "how to get c# project folder directory"

C# Answers by Framework

Browse Popular Code Answers by Language