Home All Groups Group Topic Archive Search About

Copy Directry including across the Volumes.

Author
11 Apr 2005 5:32 AM
Rik
Helllo Experts,

Could anybody tell me, how I can copy a Directory from One Drive to another
drive, using VB.NET code??

I will be very thankfull to you for that.

TIA

Rik

Author
11 Apr 2005 6:04 AM
Cor Ligthert
Rik,

You need to do it file by file or use the xcopy command using process or
shell.

I hope this helps,

Cor
Author
11 Apr 2005 10:18 AM
Herfried K. Wagner [MVP]
"Rik" <rikleo2***@yahoo.com> schrieb:
> Could anybody tell me, how I can copy a Directory from One Drive to
> another drive, using VB.NET code??

<URL:http://groups.google.de/groups?q=dotnet+copy+directory>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
11 Apr 2005 8:01 PM
Rik
Thx Every one.

I managed to do the copy using recursive approch.

Thx again for help.

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:%23otw29nPFHA.648@TK2MSFTNGP14.phx.gbl...
> "Rik" <rikleo2***@yahoo.com> schrieb:
>> Could anybody tell me, how I can copy a Directory from One Drive to
>> another drive, using VB.NET code??
>
> <URL:http://groups.google.de/groups?q=dotnet+copy+directory>
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>