FileWatcher Documentation

Note: The documentation always refers to the latest version of the plugin

Plugin Connectors

Connector Type Description
Start input, trigger Start the file watcher process
Stop input, trigger Stops the file watcher process
Created output, string Gives the path and/or the filename of the created file
Deleted output, string Gives the path and/or the filename of the deleted file
Changed output, string Gives the path and/or the filename of the changed file
Renamed output, string Gives the path and/or the filename of the renamed file

Plugin Settings

Setting Valuetype Description
AutoStart Yes/No Set to Yes if the plugin should start watching as soon as the project starts.
Folder path text The folder to watch for changes in
Match pattern text Set a file match pattern to filter out what kind of files to watch. Defaultvalue is *.*
Include subdirectories Yes/No Set to Yes if FileWatcher should look into subfolders within the selected Folder path
Output full path Yes/No Set to Yes if output should be a full path (path + filename) instead of just the filename
Share This