Copy Folder
UiPath.Core.Activities.CopyFolderX
Description
Copies a specified folder to another location. Optionally, you can include subfolders or choose to replace any folder with the same name that already exists in the destination location.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Cross-platform configuration
- From - The folder to be copied.
- To - The location where to copy the folder.
Advanced options
Options
- Overwrite - If selected, any folder with the same name as the source folder that already exists in the destination location is replaced when the automation is executed.
- Include subfolders - If selected, all the subfolders in the source folder are also copied.
- Continue on error - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is
False. As a result, if the field is not configured and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
Windows - Legacy, Windows configuration
Properties panel
Common
- Continue on error - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is
False. As a result, if the field is not configured and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error. - DisplayName - The name displayed for the activity in the Designer panel.
Input
- From - The folder to be copied.
- Include subfolders - If selected, all the subfolders in the source folder are also copied.
- Overwrite - If selected, any folder with the same name as the source folder that already exists in the destination location is replaced when the automation is executed.
- To - The location where to copy the folder.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.