From b3fdaaa97b8035e3f8455dbd4ae63bdf339e4ce3 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Tue, 6 May 2014 15:19:11 +0200 Subject: [PATCH] Warn people upfront about issues with moving files See thekid/inotify-win#7 PRs welcome! --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb9ba42..2081439 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ Formats: %w : Path name %T : Current date and time ``` + +Known issues +------------ +When moving files inside the directory, not all events are reported. See [issue #7](https://github.com/thekid/inotify-win/issues/7) for an explanation. **Pull requests welcome!**