-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
Seems like there is no way to subscribe for filesystem changes.
For example to implement tail-like program, I need to watch over some specified file and reread it on write event.
According to this libuv has already wrapped common file change notification libraries, so I don't think it will consume significant amount of time to write another wrapper for that libuv functionality.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.