]> go.fuhry.dev Git - fsnotify.git/commit
Add an IsAttrib method on the FileEvent struct
authorAdrien Bustany <adrien@bustany.org>
Mon, 23 Dec 2013 14:03:50 +0000 (15:03 +0100)
committerAdrien Bustany <adrien@bustany.org>
Thu, 16 Jan 2014 17:07:52 +0000 (18:07 +0100)
commitbd50c45aeddf1be05074364f9b986ad8b6c50b31
tree5f5bba331cfa382b28c9da893ae803797a6e461f
parent5102fde921d31f59c6e45d835aa01f0213aade0f
Add an IsAttrib method on the FileEvent struct

This IsAttrib function can be used to distinguish events that only
concern a file's metadata (eg. atime, mtime etc.).
fsnotify.go
fsnotify_bsd.go
fsnotify_linux.go
fsnotify_windows.go