Description
Copies the content 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 to which the contents of the directory would be copied.
DisplayName - Renames the activity.
Source - The directory whose contents would be copied.
Example
- Add a File Copy activity inside a Sequence.
- In the Source field, search for and then select the file that would be copied by, first, clicking the browse button.
- In the Destination field, search for and then select the location where the Source file would be copied into. (Note: Don't forget to add the file name at the end of the path.)
After execution, the selected file as Source should be copied into the specified Destination.