Interface DirectoryWatcher

Interface for directory watcher implementations.

Directory watchers monitor the contents of a directory (wither recursively or non-recursively) for changes, such as file additions, deletions or modifications.

Properties

Name Type Description
path Path The path of the watched directory
recursive bool Indicates if the directory is watched recursively

Methods

Name Description
readChanges Fills the destination array with all changes that occured since the last call.

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.