Directory.Copy

  • Thread starter Thread starter Donald Adams
  • Start date Start date
D

Donald Adams

The documentation says there is a sample in the Directory's page, but there
isn't. Is there a way to do this without recursively going through all the
subfolders and individually copying files?

Thanks in advance,
Donald
 
Donald Adams said:
The documentation says there is a sample in the Directory's page, but there
isn't. Is there a way to do this without recursively going through all the
subfolders and individually copying files?

No - you need to do the recursion yourself. However, it's really pretty
simple.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top