Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 652 Bytes

Contents

  • 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 via nuget

Install-Package ReactiveFileSystemWatcher

Building from the CLI

  • Install ruby - with chocolatey cinst ruby
  • gem install albacore
  • rake build

Testing

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

Packaging

rake nuget