Description
Copies the contents of a directory to another directory.
Attributes
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
Destination - The location in which the directory would be copied.
DisplayName - Renames the activity.
Source - The directory to be copied.
Example
- Add a Directory Copy inside a Sequence.
- In the Source field, search for and then select the directory that would be copied by, first, clicking the browse button.
- In the Destination field, search for and then select the location where the directory would be copied.
In this sample, the selected source and destination are shown below:
After execution, the contents of the specified source should be copied in the specified destination.