fswait

Wait and observe events on the filesystem for a path, with a timeout

https://github.com/ixmatus/fswait

Latest on Hackage:1.1.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Parnell Springmeyer
Maintained by [email protected]

fswait is a utility for blocking on the observation of a filesystem event for a path with a timeout.

The primary use-case for this is in system startup scripts that depend on the existence of some file or directory that will be created by another system service or job.