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