Answers for "get system directory in c#"

C#
15

c# get current directory

string currentDir = System.IO.Directory.GetCurrentDirectory();
//returns the current directory of the application when executing
Posted by: Guest on December-11-2020
0

how to get current dir in c#

Environment.CurrentDirectory
Posted by: Guest on March-31-2022

C# Answers by Framework

Browse Popular Code Answers by Language