Watch for changes to the specified path.
The implementation of this methods should be non-persistent. Meaning that it should not keep the containing process running as long as it is executing. For node this means setting the persistent option to false.
The path to watch.
An async iterator that watches for changes to path
.
Generated using TypeDoc
Interface for doing filesystem operations on the platform.