Y
Hacker News
new
|
ask
|
show
|
jobs
by
radiospiel
4126 days ago
> Other OSes have different file monitoring capabilities though. Anyone up on file monitoring on Windows / OS X? Is directory-specific monitoring possible?
yes
1 comments
MrDosu
4126 days ago
But ReadDirectoryChangesW notoriously misses updates. Also it would scale horribly to large amounts of files.
NTFS has a feature called Change Journals where you can view a volume as a stream of changes.
link
NTFS has a feature called Change Journals where you can view a volume as a stream of changes.