Rename File
Changes the name of a file.
Category: File & Folder Operations · Group: Files · Activity name: FileRename

Example
outputVariable = FileRename("<document>", "<name>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | Path of the file to be renamed. | |
| Name | string | Yes | The new name of the file. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the new file location after changing its name. |