fsniperはディレクトリ作成のイベントは拾わない?

watch {

	~/tmp {
		*/* {
			handler = ln -sf %% ~/tmp/most_new_dir
			handler = echo %%
		}
	}

}

ファイルだとちゃんとリンクが更新されるのに,ディレクトリだとダメなのかな?
そもそもinotifyをよく知らない.
$ man inotify
マニュアルあった.
やっぱりよくわかんない