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

sicstus4

Prolog files

aggregate.pl  -- SICStus 4 library(aggregate).Show source
between.pl  -- SICStus 4 library(between).Show source
clpfd.pl  -- SICStus 4 library(clpfd)Show source
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
sets.pl  -- SICStus 4 library(sets).Show source
sockets.pl  -- SICStus 4-compatible library(sockets).Show source
system.pl  -- SICStus 4-compatible library(system).Show source
terms.pl  -- SICStus 4-compatible library(terms).Show source
timeout.pl  -- SICStus 4-compatible library(timeout).Show source
types.pl  -- SICStus 4 library(types).Show source