pyinotify
pyinotify copied to clipboard
The path of the directory beeing watched not contained in Event
The class Event does contain the fields path, name and pathname. However, if multiple directories are watched by multiple calls to add_watch, the information about the watched directory itself is missing. It would be helpful to provide a field like watched_path.