ReadonlyisIndicates whether the watcher is currently active.
ReadonlyonSignal emitted when a file is added at the watched path.
ReadonlyonSignal emitted when a file is modified at the watched path.
ReadonlyonSignal emitted when a file is moved at the watched path.
ReadonlyonSignal emitted when a file is removed from the watched path.
ReadonlypathThe filesystem path being monitored by this watcher.
StaticcreateReturns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Begins watching the configured path for filesystem events.
Stops watching the configured path for filesystem events.
Monitors a filesystem path for file changes such as additions, modifications, moves, and removals.