aboutsummaryrefslogtreecommitdiff
path: root/win32/sys/inotify.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inotifyd: WIN32 portRon Yorston2020-04-151-0/+0
Use ReadDirectoryChangesW to implement inotifyd for WIN32. There are limitations: - It's only possible to watch directories, not files. - The notification doesn't distinguish between different changes to file state. All changes other than creation, deletion and renaming are reported as 'c'.