# Folder Rename Action

The **Folder Rename Action** node renames an existing folder without changing its location.

Only the folder name is modified; the directory remains in the same parent path. The operation is performed on the host system where the stream is executed (client or server).

#### Input Parameters

**Folder Path**\
Full path and current name of the folder that should be renamed.

**New Folder Name**\
New folder name **without a path**.\
The folder will remain in the same directory.

<figure><img src="/files/fvVsYHEFLnJw7lG1TXtB" alt="" width="350"><figcaption><p>Folder Rename Action</p></figcaption></figure>

#### Behavior

* Renames a single folder
* Does not move the folder to another directory
* Keeps all contained files and subfolders unchanged
* Requires the source folder to exist
* Supports asynchronous execution

#### Typical Use Cases

* standardizing project directory names
* applying naming conventions after ingest
* renaming delivery packages
* correcting automatically generated folder names

#### Important Notes

* The directory location cannot be changed with this node (use [Folder Move Action](/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/folder-move-action.md) instead)
* If a folder with the new name already exists in the same directory, the node will fail
* The contents of the folder are not modified

#### Practical Tip

Use this node when only the naming convention needs to change.\
If the folder must also be relocated, combine this node with the [Folder Move Action](/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/folder-move-action.md) or move the folder directly.


---

# 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-rename-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.
