Registry / utility / rb-fchange

rb-fchange

JSON →
library0.0.6rbrubygemsunverified

A Ruby wrapper for Windows Kernel functions for monitoring directory changes.

gem install rb-fchange
INSTALL
IMPORT
SIG · RB-FCHANGE
R
rb-fchange
utilityrubyv0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FChange
✓ require 'rb-fchange'

Monitor a directory for changes on Windows

require 'rb-fchange' notifier = FChange::Notifier.new notifier.watch('/path/to/dir', :all_events) do |event| puts event.name end notifier.run
Debug
Known issues
gotchaOnly works on Windows.
fix
Use a cross-platform alternative like 'listen' for other operating systems.
affects: >= 0.0.6
Upgrade
Version history
0.0.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
rb-fchange — gem install rb-fchange · libregistry