"Brad" <(E-Mail Removed)> schrieb
> I have been working on a class that moves files around and have come
> to a need to move an entire directory at one time. I thought that
> this would be really simple (some kind of CopyDirectory command) but
> no such luck. How can you move a Folder/Directory in vb.net?
Copy each file. Use System.IO.Directory.GetFiles or
System.IO.DirectoryInfo.GetFiles to get the files/file names.
--
Armin
How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html