public FileWatcher(path as String, pollIntervalMs as Int = 50):
Creates a watcher for a path string.
path
pollIntervalMs
watcher = FileWatcher("app.log", 500)