Method Filesystem.Monitor.symlinks()->DefaultMonitor()->call_callback()
- Method call_callback
protectedvoidcall_callback(function(string,mixed... :void)cb,stringpath,Stdio.Stat|voidst)- Description
Call a notification callback and handle symlink expansion.
- Parameter
cb Callback to call or UNDEFINED for no operation.
- Parameter
extras Extra arguments after the
pathargument tocb.