Doge log

Abby CTO 雑賀 力王のオフィシャルサイトです

2009-01-22から1日間の記事一覧

ファイルの監視

http://d.hatena.ne.jp/jYoshiori/20090121/1232526865 autotestか!っていうコードだけど。 Linuxならpyinotifyを使えばいいんじゃないかな。 from pyinotify import WatchManager, Notifier, IN_MODIFY, ProcessEvent wm = WatchManager() mask = IN_MODIF…