Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inotifyd: WIN32 port | Ron Yorston | 2020-04-15 | 1 | -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'. |