Pike v8.1 release 6

Method Filesystem.Monitor.symlinks()->DefaultMonitor()->file_deleted()


Method file_deleted

protected void file_deleted(string path, Stdio.Stat old_st)

Description

File deletion callback.

Parameter path

Path of the new file or directory that has been deleted.

This function is called when either a monitored path has stopped to exist, or when a file or directory has been deleted from a monitored directory.

Called by check() and check_monitor().