posted 22 years ago
I need to copy a set of files and directories to another location, but the directories don't exist in the new location. As such, I get an error that they don't exist. I need the copy process to copy files and directories recursively, creating directories as needed.
I have checked the task documentation, but I can't seem to come up with a simple way to do this.
Any suggestions?