Skip to content

A set of reactive/observable wrappers around the FileSystemWatcher.

License

Notifications You must be signed in to change notification settings

ricardok1/Rx-FileSystemWatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A set of reactive/observable wrappers around the FileSystemWatcher.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.6%
  • Ruby 3.4%