New FileWatcher plugin: get notified whenever a file changes

Today we publicly released our FileWatcher plugin. The FileWatcher plugin is a simple plugin that can call a method whenever a (watched) file has been changed in the file system. This is very useful if you need to implement a document management system. If a user checks out a document you can watch that file. Once it is saved to disk, you know that the user has changed the file and remind the user to check that document back in.

For more information about the FileWatcher plugin please visit our website.