howeyc/fsnotify

the fsnotify FSN_RENAME can't distinguish IN_MOVED_TO AND IN_MOVE_FROM

Terry-Mao opened this issue · 1 comments

the fsnotify FSN_RENAME can't distinguish IN_MOVED_TO AND IN_MOVE_FROM

That is correct, fsnotify is a subset of what's possible on all OSs it supports. BSD and Windows have no such distinction, as far as I know.