Availability:built-in
autoload
and
reloads the library index. For example:
:- autoload_path(library(http)).
If this call appears as a directive, it is term-expanded into a clause for user:file_search_path/2 and a directive calling reload_library_index/0. This keeps source information and allows for removing this directive.