Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use the CopyFile component

Copy an existing file to a new location by using the CopyFile component in RPA Desktop Design Studio.

Before you begin

Role required: none

About this task

You can configure the properties for the CopyFile component. For more information about these properties, see Properties of the File components.

Procedure

  1. In the Toolbox pane, navigate to Utilities > File.

  2. Drag the CopyFile component to the Design surface.

  3. To configure the input fields, see by doing the following steps.

    1. Right-click the field.

    2. Click Override.

    3. Enter details for the following fields, Configure port properties.

  4. Connect the data and control ports of the CopyFile component to the corresponding ports of the other components as described in the following table.

ParameterDescriptionData port typeData type
sourcefilePathProvide a file path to be copied, along with the file name.For example, `C:\Users\ABC\Desktop\ Folders\Txt Files\Scripts.txt`Data InString
destFilePathProvide a destination file path \(along with the file name\), where the file should be copied.For example, `C:\Users\ABC\Desktop\Scripts.txt`Data InString
overwriteProvide a True or False value. Set to True to overwrite existing files.Data InBoolean
  1. To test the component, under the DESIGN tab, click Run.

Parent Topic:File