# Folder Copy Action

The **Folder Copy Action** node copies an entire folder, including all files and subdirectories, from a source location to a destination location.

The copy is performed on the host system where the stream is executed (client or server). The node supports several conflict-handling rules if the destination folder already exists.

#### Input Parameters

**Folder Path**\
Path and name of the source folder that should be copied.

**New Folder Path**\
Destination path and name of the copied folder.

**If New Folder Exists**\
Defines how the node behaves if the destination folder already exists:

* **FAIL** — stop the node with an error
* **SKIP** — do nothing and keep the existing folder
* **DELETE\_EXISTING** — delete the destination folder before copying
* **RENAME\_EXISTING** — rename the existing folder before copying
* **MERGE\_WITH\_EXISTING** — merge source contents into the existing folder
* **INCREMENT\_NAME** — create a new folder with an incremented name

<figure><img src="/files/ALkCx8V78PWOCOKfGSFx" alt="" width="349"><figcaption><p>Folder Copy Action</p></figcaption></figure>

#### Behavior

* Copies all files and subfolders recursively
* Leaves the source folder unchanged
* Applies the configured conflict rule if necessary
* Supports asynchronous execution

#### Typical Use Cases

* copying project templates
* duplicating working directories
* preparing delivery packages
* creating backup copies

#### Practical Note

This node performs a direct filesystem copy and does not show progress feedback in the dashboard. For large folders or media transfers, the [Job Folder Copy Action](/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/folder-copy-action.md) is recommended.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/folder-copy-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
