Copy Folder

  • Thread starter Thread starter 1aae
  • Start date Start date
Hi,


A long time I didn't tried, but

xcopy sourcePath destinationPath /e


From VBA, try it from a SHELL. In command mode, you can use:
help xcopy
for more details





Hoping it may help,
Vanderghast, Access MVP



What Code Can I use to copy Folder

For example
C:\MyFolder

copy to

D:\MyFolder
 
Back
Top