Method Filesystem.Monitor.basic()->data_changed()
- Method data_changed
void data_changed(string path)
- Description
File content changed callback.
- Parameter path
Path of the file which has had content changed.
This function is called when a change has been detected for a monitored file.
Called by check() and check_monitor().
Overload this to do something useful.