Registry / utility / wdm
library0.2.0rbrubygemsunverified

Windows Directory Monitor (WDM) is a library which can be used to monitor directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance.

gem install wdm
INSTALL
IMPORT
SIG · WDM
W
wdm
utilityrubyv0.2.0
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.

WDM
require 'wdm'

Monitor a directory for file changes

require 'wdm' monitor = WDM::Monitor.new monitor.watch('C:/path/to/dir', :file) { |change| puts change } monitor.run!
Debug
Known issues
breakingOnly works on Windows
fix
Use a cross-platform alternative like listen or rb-inotify on Linux/macOS
affects: >= 0.0.0
Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
wdm — gem install wdm · libregistry