Did you know ... Search Documentation:
Title for pldoc(dir_index)

sicstus4

Prolog files

aggregate.pl  -- SICStus 4 library(aggregate).Show source
term_variables/3Vars is the union of Vars0 and all variables that occur in Term.Source
between.pl  -- SICStus 4 library(between).Show source
clpfd.pl  -- SICStus 4 library(clpfd)Show source
table/3Source
file_systems.pl  -- SICStus 4 library(file_systems).Show source
current_directory/1Unifies Directory with the current working directory path.Source
current_directory/2Unifies Directory with the current working directory path.Source
delete_directory/2Extended verison of delete_directory/1.Source
delete_file/1Like SWI's built-in delete_file/1, but only works on regular files.Source
directory_exists/1True if a directory exists at path Directory and can be accessed according to Mode (defaults to exist).Source
directory_exists/2True if a directory exists at path Directory and can be accessed according to Mode (defaults to exist).Source
directory_member_of_directory/2True if Directory contains a directory or regular file (respectively) named BaseName and the file's absolute path is FullName.Source
directory_member_of_directory/3True if Directory contains a directory or regular file (respectively) named BaseName and the file's absolute path is FullName.Source
directory_member_of_directory/4True if Directory contains a directory or regular file (respectively) named BaseName and the file's absolute path is FullName.Source
directory_members_of_directory/1Unifies Set with a set of BaseName-FullName entries for all directories or regular files (respectively) in Directory.Source
directory_members_of_directory/2Unifies Set with a set of BaseName-FullName entries for all directories or regular files (respectively) in Directory.Source
directory_members_of_directory/3Unifies Set with a set of BaseName-FullName entries for all directories or regular files (respectively) in Directory.Source
directory_must_exist/1Ensure that a directory exists at path Directory and can be accessed according to Mode (defaults to exist).Source
directory_must_exist/2Ensure that a directory exists at path Directory and can be accessed according to Mode (defaults to exist).Source
directory_property/2True if a regular file or directory (respectively) exists at Path and it has the given property and value.Source
directory_property/3True if a regular file or directory (respectively) exists at Path and it has the given property and value.Source
file_exists/1True if a regular file exists at path File and can be accessed according to Mode (defaults to exist).Source
file_exists/2True if a regular file exists at path File and can be accessed according to Mode (defaults to exist).Source
file_member_of_directory/2True if Directory contains a directory or regular file (respectively) named BaseName and the file's absolute path is FullName.Source
file_member_of_directory/3True if Directory contains a directory or regular file (respectively) named BaseName and the file's absolute path is FullName.Source
file_member_of_directory/4True if Directory contains a directory or regular file (respectively) named BaseName and the file's absolute path is FullName.Source
file_members_of_directory/1Unifies Set with a set of BaseName-FullName entries for all directories or regular files (respectively) in Directory.Source
file_members_of_directory/2Unifies Set with a set of BaseName-FullName entries for all directories or regular files (respectively) in Directory.Source
file_members_of_directory/3Unifies Set with a set of BaseName-FullName entries for all directories or regular files (respectively) in Directory.Source
file_must_exist/1Ensure that a regular file exists at path File and can be accessed according to Mode (defaults to exist).Source
file_must_exist/2Ensure that a regular file exists at path File and can be accessed according to Mode (defaults to exist).Source
file_property/2True if a regular file or directory (respectively) exists at Path and it has the given property and value.Source
file_property/3True if a regular file or directory (respectively) exists at Path and it has the given property and value.Source
rename_directory/2Like SWI's built-in rename_file/2, but only works on directories.Source
rename_file/2Like SWI's built-in rename_file/2, but only works on regular files.Source
lists.pl  -- SICStus 4-compatible library(lists).Show source
prefix/2True if Prefix is a prefix of List.Source
proper_prefix/2True if Prefix is a prefix of List, but is not List itself.Source
proper_suffix/2True if Suffix is a suffix of List, but is not List itself.Source
rev/2Same as reverse/2, but List must be a proper list.Source
scanlist/4Same as foldl/[4,5,6].Source
scanlist/5Same as foldl/[4,5,6].Source
scanlist/6Same as foldl/[4,5,6].Source
shorter_list/2True if Short is a shorter list than Long.Source
suffix/2True if Suffix is a suffix of List.Source
ordsets.pl  -- SICStus 4 library(ordsets).Show source
samsort.pl  -- SICStus 4 library(samsort).Show source
samkeysort/2Same as keysort/2.Source
samsort/2Same as msort/2.Source
samsort/3Similar to predsort/3, but the predicate Order is used to determine the order of terms.Source
sets.pl  -- SICStus 4 library(sets).Show source
list_to_set/2Set is List with all duplicates removed.Source
sockets.pl  -- SICStus 4-compatible library(sockets).Show source
system.pl  -- SICStus 4-compatible library(system).Show source
environ/2True if Value is an atom associated with the environment variable or system property Name.Source
environ/3True if Value is an atom associated with the environment variable or system property Name.Source
terms.pl  -- SICStus 4-compatible library(terms).Show source
subsumeschk/2SICStus 4 name of subsumes_chk/2.Source
term_order/3Same as compare/3, except for the order of arguments.Source
term_variables_set/2Same as term_variables_bag/2, but Variables is an ordered set.Source
timeout.pl  -- SICStus 4-compatible library(timeout).Show source
types.pl  -- SICStus 4 library(types).Show source
illarg/3Same as illarg/4, with Culprit set to argument number ArgNo of Goal.Source
illarg/4Throw a SICStus standard error described by ErrorTerm.Source
must_be/4Similar to must_be/2.Source