G
Guest
Is there a way to copy directory contents using the System.IO.Directory class?
I want to make a full copy of one folder (files and subfolders) to another
folder.
I'm able to move the folder using Directory.Move but that removes the files
from the source folder. I see File.Copy but that only copies an individual
file.
I don't see Directory.Copy so I'm not sure if this is easily accomplished.
Thanks
I want to make a full copy of one folder (files and subfolders) to another
folder.
I'm able to move the folder using Directory.Move but that removes the files
from the source folder. I see File.Copy but that only copies an individual
file.
I don't see Directory.Copy so I'm not sure if this is easily accomplished.
Thanks