Method MasterObject()->compile_file()
- Method compile_file
programcompile_file(stringfilename,object|voidhandler,void|programp,void|objecto)- Description
Compile the Pike code contained in the file filename into a program.
This function will compile the file filename to a Pike program that can later be instantiated. It is the same as doing
compile_string(Stdio.read_file(filename), filename).- See also