Tag: path
How to Get the Application’s path in Windows or Console Application in C#?
There are times when you want to retrieve the application’s path where the exe is running to get access to another file or accessing the configuration file etc. Below is a sample program that demonstrates how one can retrieve the Application’s path in Windows or Console Application in C#. How to Get the Application’s path in Windows or Console Application in C#?
How to find Absolute Path of a Folder in a Controller in ASP.NET MVC 4 ?
There are times when you want to access a file from the Application Folder which you need access to . In this case , you might need the complete path of the file that you are trying to access . How to find Absolute Path of a Folder u in a Controller in ASP.NET MVC ? You can use the Server.MapPath method that is defined…