
[Top]
|
Method add_include_path()
- Method
add_include_path
void add_include_path(string tmp)
- Description
-
Add a directory to search for include files.
This is the same as the command line option -I.
- Note
Note that the added directory will only be searched when using
< > to quote the included file.
- See also
remove_include_path
Extracted from Pike v7.3 release 11 at 2001-11-03.
|