How do I create a new folder programmatically?
C#
4
Posts
3
Posters
0
Views
1
Watching
-
I want to do this in .net v2 beta 2 with c#, does anyone know how to do this? IM PROUD TO BE A GMAIL;
What's wrong with
Directory.CreateDirectory()
? mav -
I want to do this in .net v2 beta 2 with c#, does anyone know how to do this? IM PROUD TO BE A GMAIL;
Example, :suss: Is this what you meant???
System.IO.Directory.CreateDirectory(@"D:\NewFolder\NewSubFolder")
Regards, Mahesh -
What's wrong with
Directory.CreateDirectory()
? mav