> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/file/common/copy-folder.md).

# Copy Folder

Copies a folder from one location to the other.

This activity copies a specified folder to another location. Optionally, replace any folder with the same name that already exists in the destination location

### From

* **Source:** [`Object Argument`](/getting-started/rpa-studio/arguments.md#object) <mark style="color:red;">`Required`</mark>\
  The location of the folder that is to be copied.

### To

* **Destination:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) <mark style="color:red;">`Required`</mark>\
  Specifies the full path of the destination for the copied folder.

### Input

* **Overwrite:**
  * `True` - Overwrites the folder with the same name as the copied one at the destination.
  * `False` - Creates a new folder at the destination.
