Expand description
A filesystem listener.
listen listens for filesystem events and executes a function when the event occurs.
Structs§
- Listener
- A Listener
Enums§
- Event
Eventenumerates the possible filesystem events that can be listened for.
Functions§
- listen
- This function takes a path to listen on, the event to listen for, and a function to execute when that event happens.