File-level filesystem change notification in Mac OS X

后端 未结 4 860
难免孤独
难免孤独 2021-02-01 04:08

I want my code to be notified when any file under (either directly or indirectly) a given directory is modified. By \"modified\", I mean I want my code to be notified whenever

4条回答
  •  太阳男子
    2021-02-01 04:24

    The closest utility (that I know of) that matches your needs on Mac OS X is fslogger. See the link for a description, dmg and source code: OSXBook - fslogger

提交回复
热议问题