true if this file system watcher has been created such that it ignores change file system events.
true if this file system watcher has been created such that it ignores creation file system events.
true if this file system watcher has been created such that it ignores delete file system events.
An event which fires on file/folder change.
An event which fires on file/folder creation.
An event which fires on file/folder deletion.
Dispose this object.
Combine many disposable-likes into one. Use this method when having objects with a dispose function which are not instances of Disposable.
Objects that have at least a dispose
-function member.
Returns a new disposable which, upon dispose, will dispose all provided disposables.
A file system watcher notifies about changes to files and folders on disk.
To get an instance of a
FileSystemWatcher
use createFileSystemWatcher.