how to create a directory using c# if you like programming so you can create a directory with following command
1. first you open visual studio
2. second you create a new c# project
3.use this code in our your main method and write following code in your program
Directory. Createdirectory(“d:\\ankush”);
Then Run your program now you are program is started debugging iand your directory will be created on your define location