In VB.NET, is there any way to copy a directory and all its contents to a
new location using io.Directory or io.DirectoryInf o etc. without having to
import the Scripting.FileS ystemObject?
io.Directory and DirectoryInfo only seem to have a Move command, but what
about copying?
new location using io.Directory or io.DirectoryInf o etc. without having to
import the Scripting.FileS ystemObject?
io.Directory and DirectoryInfo only seem to have a Move command, but what
about copying?
Comment