Method MasterObject()->CompatResolver()->handle_include()
- Method
handle_include
string
|zero
handle_include(string
f
,string
current_file
,int
local_include
)- Description
This function is called whenever an #include directive is encountered. It receives the argument for #include and should return the file name of the file to include.
- Returns
Returns a path suitable for read_include() if the file was found and
0
if it was not found.- See also