From ed3644936270048f26c21c26dc277a6d1072a2ed Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Fri, 30 Mar 2012 19:10:28 -0500 Subject: [PATCH] Update readme with status --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 8b9b813..57128bf 100644 --- a/README +++ b/README @@ -1,5 +1,11 @@ File system notifications for Go +Cross platform, works on: +Windows +Linux +BSD +OSX + Example: watcher, err := fsnotify.NewWatcher() if err != nil { @@ -18,13 +24,8 @@ Example: } } -Issues: -It appears that windows does not have an attribute change notification -http://msdn.microsoft.com/en-us/library/windows/desktop/aa364391(v=vs.85).aspx - Notifications: IsCreate() IsDelete() IsModify() -IsAttribute() * NOT SUPPORTED ON WINDOWS * IsRename() -- 2.50.1