Rename File Action

Description

Renames a file.

The Error Event will be triggered if the file you are renaming does not exist, or if the new file already exists. You can use the File Exists action to check beforehand whether these files exist.

Parameters

Old File Path The relative or absolute path of the file we want to rename from.

New File Path

The relative or absolute path of the file we want to rename to.

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples

RenameFileAction