![]() |
YAP 7.1.0
|
Support for file name resolution through absolute_file_name/3 and friends. More...
Support for file name resolution through absolute_file_name/3 and friends.
These utility built-ins describe a list of directories that are used by load_files/2 to search They include pre-compiled paths plus user-defined directories, directories based on environment variables and registry information to search for files
class path/1 |
path(-Directories:list)
properties: deterministic
deprecated
YAP specific procedure that returns a list of user-defined directories in the library search-path.We suggest using user:file_search_path/2 for compatibility with other Prologs
class add_to_path/1 |
add_to_path(+Directory:atom)
properties: deterministic
deprecated
YAP-specific predicate to include directory in library search path We suggest using user:file_search_path/2 for compatibility with other Prologs
class add_to_path/2 |
add_to_path(+Directory:atom, +Position:atom)
properties: deterministic
deprecated
YAP-specific predicate to include directory in front or back of library search path We suggest using user:file_search_path/2 for compatibility with other Prologs and more extensive functionality
class remove_from_path/1 |
remove_from_path(+Directory:atom)
properties: deterministic
deprecated