Comment on Dropbox Is Probably Not Stealing Your FilesparentComments−radiospiel11yOther OSes have different file monitoring capabilities though. Anyone up on file monitoring on Windows / OS X? Is directory-specific monitoring possible?yes−MrDosu11yBut 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.
Comments
yes
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.