You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
inotify doesn't return the path on linux for file events, only the watch descriptor (e->wd), you have to remember which watch descriptor belongs to which path.
For directory events, you get the filename, so you have to find the directory path using the watch descriptor, and add the filename.
The text was updated successfully, but these errors were encountered:
nkovacs
added a commit
to nkovacs/node-pathwatcher
that referenced
this issue
Jun 6, 2014
inotify doesn't return the path on linux for file events, only the watch descriptor (e->wd), you have to remember which watch descriptor belongs to which path.
For directory events, you get the filename, so you have to find the directory path using the watch descriptor, and add the filename.
The text was updated successfully, but these errors were encountered: