Create a new folder monitor monitoring a folder.
The path to the folder to monitor.
OptionalisInternalConstructor: booleanReadonlyonTriggers when a file in the monitored folder is modified. Provides absolute path to the file.
ReadonlyonTriggers when a file/folder is added in the monitored folder. Provides absolute path to the file/folder.
ReadonlyonTriggers when a file/folder is removed from the monitored folder. Provides absolute path to the file/folder.
ReadonlyonTriggers when a file/folder is renamed in the monitored folder. Provides absolute path with old and new names.
Allows monitoring a file system folder for changes. Depending on the flags set this monitor can notify you when file is changed/moved/renamed and similar.