Method Filesystem.Monitor.symlinks()->stable_data_change()
- Method
stable_data_change
voidstable_data_change(stringpath,Stdio.Statst)- Description
Stable change callback.
- Parameter
path Path of the file or directory that has stopped changing.
- Parameter
st Status information for
pathas obtained byfile_stat(path).This function is called when previous changes to
pathare considered "stable"."Stable" in this case means that there have been no detected changes for at lease
stable_timeseconds.- Note
It differs from the Filesystem.Monitor.basic version in that symbolic links have the
stof their targets.Called by check() and check_monitor().
Overload this to do something useful.