R Rick Mar 4, 2010 #1 How do I create long folders(directories) in vb.net? e.g. md c:\MS Office #10, 11
H Herfried K. Wagner [MVP] Mar 4, 2010 #2 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 Click to expand... Take a look at 'System.IO.Directory.CreateDirectory'.
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 Click to expand... Take a look at 'System.IO.Directory.CreateDirectory'.
R Rick Mar 4, 2010 #3 thanks Herfried K. Wagner said: Am 04.03.2010 01:44, schrieb Rick: 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/> . Click to expand...
thanks Herfried K. Wagner said: Am 04.03.2010 01:44, schrieb Rick: 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/> . Click to expand...