Renamed
Trigger for when a File/Folder Watcher is Renamed
Preview
Parameters
Watcher
Select
Select a watcher from the Settings -> File/Folder Watcher tab.
- Select
Any
to trigger on any watcher
You can quickly register a new watcher by clicking the
Create File Watcher
button!Details
Using a file
: this triggers when the content of a selected file changes.Using a folder
: this triggers when a file from the selected folder changes.
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
changeType | string | The change type Example: Renamed |
fileName | string | The full file name including the file extension Example: Example.txt |
fullPath | string | The full path of the file Example: C:\Desktop\Example-Folder\Example.txt |
oldFilename | string | The old full file name including the file extension Example: Old-Example.txt |
oldFullPath | string | The old full path of the file Example: C:\Desktop\Example-Folder\Old-Example.txt |
watcherFilter | string | The filter of this watcher Example: *.* |
watcherFolder | string | The folder you're watching for changes Example: C:\Desktop\Example-Folder |