From: Rick on
How do I create long folders(directories) in vb.net?
e.g. md c:\MS Office #10, 11


From: Herfried K. Wagner [MVP] on
Am 04.03.2010 01:44, schrieb Rick:
> How do I create long folders(directories) in vb.net?
> e.g. md c:\MS Office #10, 11

Take a look at 'System.IO.Directory.CreateDirectory'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
From: Rick on
thanks

"Herfried K. Wagner [MVP]" wrote:

> Am 04.03.2010 01:44, schrieb Rick:
> > How do I create long folders(directories) in vb.net?
> > e.g. md c:\MS Office #10, 11
>
> Take a look at 'System.IO.Directory.CreateDirectory'.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
> .
>