rjeczalik / notify

File system event notification library on steroids.
MIT License
906 stars 128 forks source link

notify.All does not recognize [cma]time updates (touch filename) #97

Closed skull-squadron closed 8 years ago

skull-squadron commented 8 years ago

As a hackaround, setting all bit-flags seems to work:

  err := notify.Watch(cfg_file_dir, changes, 0xfffff)