Description
Moves 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 to which the directory would be moved.
DisplayName - Renames the activity.
Source - The directory whose contents would be moved.
Example
- Add a Directory Move activity inside a Sequence.
- In the Source field, search for and then select the directory that would be moved by, first, clicking the browse button.
- In the Destination field, search for and then select the location where the contents of the directory would be moved.
The use case should look as the following screenshot:
After the execution, the contents of the specified directory in Source should be moved in the specified Destination.