Copying Directories
You must use RECURSIVE to copy directories.
To copy directories you must specify the name of the directory as the source name (include a directory path if required). The entire directory with its files and subdirectories will then be copied to the directory specified as the destination file.
* 
RECURSIVE is the only option that allows you to copy directories.
RECURSIVE must be typed in.
È stato utile?