klyn.io.FileWatcher.FileWatcher
constructor
public FileWatcher(path as String, pollIntervalMs as Int = 50):
Description

Creates a watcher for a path string.

Parameters
ParameterDescription
pathFile path to watch.
pollIntervalMsPolling interval in milliseconds.
Example
watcher = FileWatcher("app.log", 500)