Skip to main content

Copy Folder

The Copy Folder component in Robbot RPA provides a convenient way to copy an entire folder, including all its files and subfolders, and paste it into another designated folder. This functionality is useful when you need to replicate or move an entire folder structure to a different location within your file system.

Parameters

Source Folder Path : Use this parameter to select the folder you want to copy. By clicking the button, you can navigate through your system and choose the desired source folder. Type : String

Target Folder Path : Use this parameter to specify the folder where you want to save the copied folder. Similarly, by clicking the button, you can select the destination folder from the system. Type : String

Result :The Copy Folder component returns a boolean result that indicates the status of the operation. It returns true if the folder and its contents were successfully copied and pasted into the specified target folder. If any issues were encountered during the process, it returns false. Type : Boolean

Usage

To use the Copy Folder component in your Robbot RPA project, follow these steps:

Drag and drop the Copy Folder component into the sequence.

Configure the component by providing the necessary input:

Set the Source Folder Path parameter by clicking the button and selecting the folder you want to copy. Set the Target Folder Path parameter by clicking the button and selecting the folder where you want to save the copied folder. Continue building your sequence by adding other components or actions as needed.

Execute your sequence to copy the entire folder structure and paste it into the designated target folder.

Ensure that you have appropriate access permissions for the source folder and the target folder. Take caution when using this component, as it can overwrite existing files and folders in the target folder if there are conflicts with names.

By utilizing the Robbot RPA Copy Folder component, you can automate the process of copying entire folder structures and simplify the management of your file system within your Robbot RPA project.