# 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="https://1398472304-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcJYkTyk9qgh7aCR6dHIm%2Fuploads%2FgQYyLGFRvz3IIlBb7kQ8%2Fimage.png?alt=media&#x26;token=da730103-ef10-47a7-b788-c4b97998d64a" 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](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/folder-move-action) 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](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/folder-move-action) or move the folder directly.
