inotify_wait_event
Block until a specified filesystem event (create, modify, delete, etc.) occurs on a target path or the timeout expires.
Instructions
Wait synchronously for a specific filesystem event on a path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target path. | |
| events | No | Event mask. | all |
| timeout_seconds | No | Timeout in seconds. |