Expand description
inotify support for working with inotifies
Structs§
- Create
Flags IN_*
for use withinotify_init
.- Watch
Flags IN*
for use withinotify_add_watch
.
Functions§
- inotify_
add_ watch inotify_add_watch(self, path, flags)
—Adds a watch to inotify.- inotify_
init inotify_init1(flags)
—Creates a new inotify object.- inotify_
remove_ watch inotify_rm_watch(self, wd)
—Removes a watch from this inotify