File monitor
An action block that awaits alterations to the file system.
The fiber will pause until the an alteration has occurred.
Input arguments
- Path — path to watch for alteration.
- Events — events to await.
Output variables
- Alteration path — variable to assign the altered path.
- Alteration event — variable to assign the event that occurred.