Pike v8.1 release 6

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


Method file_created

protected void file_created(string path, Stdio.Stat st)

Description

File creation callback.

Parameter st

Status information for path as obtained by file_stat(path, 1).

This function is called when either a monitored path has started existing, or when a new file or directory has been added to a monitored directory.

Called by check() and check_monitor().