create directory at run time
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
is there any code in asp.net through c# by which we can create directory structure at run time thanx
prashant jain malviya national institute of technology
System.IO.Directory.CreateDirectory(your-directory-path); Sreekumar PP