# Job Folder Copy Action

This node is designed to copy a folder from its source location to a new destination. When used in an IO, CO, or HK stream, the node will report the status of the copy process to the dashboard.

It's recommended to employ the Job Folder Copy Action asynchronously within the stream, especially for large source directories that might exceed the 60-second timeout.

The node will transfer content from the source (/folder/source) to the specified destination (/folder/destination). Note that the node will not create an additional 'source' folder within the destination directory.

Empty sub-folders will also be copied to the destination.

<figure><img src="/files/Kw6ISqTDv6xoENDugSIb" alt="" width="375"><figcaption><p>Job Folder Copy Action</p></figcaption></figure>


---

# 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/v4.9.1/helmut4-components/streamdesigner/nodes/actions/job-action/job-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.
