Skip to main content

Copy File

The Copy File component in Robbot RPA is a versatile tool that simplifies the process of copying files from a source location and pasting them into a designated folder. This functionality is especially useful when you need to duplicate or move files to different locations within your file system.

Parameters

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

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

Result :The Copy File component provides a boolean result indicating the status of the operation. It returns true if the file was successfully copied and pasted into the specified folder. In case any issues were encountered during the process, it returns false. Type : Boolean

Usage

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

Drag and drop the Copy File component into the sequence.

Configure the component by providing the necessary input:

Set the Source File Path parameter by clicking the button and selecting the file 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 file. Continue building your sequence by adding other components or actions as needed.

Execute your sequence to copy the specified file and paste it into the designated folder.

Ensure that you have appropriate access permissions for the source file and the target folder. Take caution when using this component, as it can overwrite existing files in the target folder if a file with the same name already exists.

By utilizing the Robbot RPA Copy File component, you can automate the process of copying files and simplify the management of your file system within your Robbot RPA project.