Categories
Asp, Asp.net

How to Create a directory using ASP.NET and C#

How to Create a directory using ASP.NET and C# In this tutorial we will learn How to Create a directory using ASP.NET and C#. To create a directory on the disk, first we will need to import the System.IO namespace. The System.IO namespace contains the CreateDirectory() method that we will use to create our directory. In previous […]