> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Rename File

> Create a copy of a file with a different name.

**Rename File** preserves a file's contents and MIME type while changing its
name.

| Direction | Field            | Type   | Description                            |
| --------- | ---------------- | ------ | -------------------------------------- |
| Input     | **File**         | File   | The original file.                     |
| Input     | **Name**         | String | The new name, including any extension. |
| Output    | **Renamed File** | File   | A copy with the new name.              |

<Note>
  Renaming does not convert the file. Changing `.png` to `.jpg`, for example,
  does not change the underlying image format or MIME type.
</Note>
