Method Pike.__Backend()->add_file()
- Method
add_file
voidadd_file(Stdio.File|Stdio.FILEf)- Description
Register a file to be handled by this backend.
- Parameter
f File to register.
Registers
fto be handled by this backend. This simply doesf->set_backend(backend)wherebackendis this object.- See also
Pike.DefaultBackend,
main()