- ObservableFileSystemWatcher - an observable wrapper around the FileSystemWatcher type
- FileDropWatcher - an observable stream of events to detect when a file has been dropped in a directory
Install-Package ReactiveFileSystemWatcher
- Install ruby - with chocolatey
cinst ruby
gem install albacore
rake build
This project has a suite of integration tests to verify the behavior of monitoring the file system. The tests are a great way to understand the behavior.
To run the tests use rake test
rake nuget