hs.pathwatcher.new(path, fn) -> watcher
paths
: a table containing a list of file paths that have changedflagTables
: a table containing a list of tables denoting how each corresponding file in paths
has changed, each containing boolean values indicating which types of events occurred; The possible keys are:hs.pathwatcher
objecths.pathwatcher:start()
hs.pathwatcher
objecths.pathwatcher:stop()