Skip to content

Latest commit

 

History

History
executable file
·
42 lines (38 loc) · 1.12 KB

File metadata and controls

executable file
·
42 lines (38 loc) · 1.12 KB
title Created
description Trigger for when a File/Folder Watcher is Created
variables
name type description value
watcherFolder
string
The folder you're watching for changes
C:\Desktop\Example-Folder
name type description value
watcherFilter
string
The filter of this watcher
*.*
name type description value
fullPath
string
The full path of the file
C:\Desktop\Example-Folder\Example.txt
name type description value
fileName
string
The full file name including the file extension
Example.txt
name type description value
changeType
string
The change type
Created

Parameters

::field-group ::field{name=Watcher type=Select} Select a watcher from the Services -> File/Folder Watcher tab.

- Select `Any` to trigger on **any watcher**

::tip
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.