Method compile_file()
- Method
compile_file
programcompile_file(stringfilename,CompilationHandler|voidhandler,void|programp,void|objecto)- Description
Compile the Pike code contained in the file
filenameinto a program.This function will compile the file
filenameto a Pike program that can later be instantiated. It is the same as doingcompile_string(Stdio.read_file(.filename),filename)- See also