A file system watcher notifies about changes to files and folders on disk or from other {@link FileSystemProvider FileSystemProviders}.
To get an instance of a FileSystemWatcher
use
{@link workspace.createFileSystemWatcher createFileSystemWatcher}.
Variables
ignoreChangeEvents:Bool
true if this file system watcher has been created such that it ignores change file system events.
ignoreCreateEvents:Bool
true if this file system watcher has been created such that it ignores creation file system events.
ignoreDeleteEvents:Bool
true if this file system watcher has been created such that it ignores delete file system events.