新手问题 检测文件以及目录变化,有什么思路

oran · March 23, 2014 · Last by so_zengtao replied at March 24, 2014 · 2142 hits

检测文件以及目录的变化,也就是 watching,球思路

看一下这里,说不定你能得到启发:https://github.com/guard/listen

fseventd

guard在不同平台使用了 rb-fseventrb-inotify,可以参考一下源码

5 Floor has deleted

直接检测文件最后修改时间不是可以么

You need to Sign in before reply, if you don't have an account, please Sign up first.