How to create Folder with help of ASP.NET
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
hi guys I want to create folder with help of .NET. When user clicks on new folder from menu then new folder will be created on particular path. Please help if any one knows.......... Thanks in advance
Regards, DJ Rock
hi hope tht'll helps u
string myfolder = ("d:\\abc" ); System.IO.Directory.CreateDirectory(myfolder);
Deepak Smile a Lots,Its Costs Nothing
-
hi hope tht'll helps u
string myfolder = ("d:\\abc" ); System.IO.Directory.CreateDirectory(myfolder);
Deepak Smile a Lots,Its Costs Nothing