dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
246 stars 74 forks source link

Add support/handling for inotify flags #24

Open dsoprea opened 8 years ago

dsoprea commented 8 years ago

We might want to add support for these flags as higher-level arguments to add_watch:

We should add support for doing updates to an existing watch (using IN_MASK_ADD). This prevents there being gaps in coverage when deleting and re-adding.