Method Filesystem.Monitor.basic()->monitor_factory()
- Method monitor_factory
protectedDefaultMonitormonitor_factory(stringpath,MonitorFlags|voidflags,int(0..)|voidmax_dir_check_interval,int(0..)|voidfile_interval_factor,int(0..)|voidstable_time)- Description
Create a new Monitor for a
path.This function is called by monitor() to create a new Monitor object.
The default implementation just calls DefaultMonitor with the same arguments.
- See also