Answers for "get current folder path in .net 6"

C#
11

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

c# mvc get current directory

string path = ControllerContext.HttpContext.Server.MapPath("~/_xslt/example.xslt");
...
Posted by: Guest on August-05-2020

Code answers related to "get current folder path in .net 6"

C# Answers by Framework

Browse Popular Code Answers by Language