logtalk_library_path/2

Description

logtalk_library_path(Library, Path)

Dynamic, user-defined predicate for defining paths to libraries of source files. Note that some predicates do not support library notation for compiling and loading source files. The name of the library is usually (although not required) the name of the directory holding the source files.

Template and modes

logtalk_library_path(?atom, ?atom)

Errors

(none)

Examples

| ?- logtalk_library_path(trees, Path).

| ?- assertz(logtalk_load(types, '~/lgtapps/library/types/')).