Answers for "get current project path in c#"

C#
0

C# get project directory

string wanted_path = Path.GetDirectoryName(Path.GetDirectoryName(System.IO.Directory.GetCurrentDirectory()));
Posted by: Guest on October-15-2021

C# Answers by Framework

Browse Popular Code Answers by Language