create path create an inotify watching path. Returns the inotify type t itself and the list of files currently being watched. By default, recursively watches all subdirectories of the given path.
create path
stop t stop watching t
stop t
add t path add the path to t to be watched
add t path
add_all t path adds the path to t recursively
add_all t path
remove t path remove the path from t
remove t path
stream t returns a stream of filesystem events
stream t
pipe t returns a pipe of filesystem events
pipe t