Did you know ...
Search Documentation:
Predicate copy_directory/2
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
ext
clib
socket.pl -- Network socket (TCP and UDP) library
time.pl -- Time and alarm library
uid.pl -- User and group management on Unix systems
unix.pl -- Unix specific operations
syslog.pl -- Unix syslog interface
uri.pl -- Process URIs
filesex.pl -- Extended operations on files
set_time_file/3
link_file/3
relative_file_name/3
directory_file_path/3
directory_member/3
copy_file/2
make_directory_path/1
ensure_directory/1
copy_directory/2
delete_directory_and_contents/1
delete_directory_contents/1
chmod/2
memfile.pl
sha.pl -- SHA secure hashes
crypt.pl
uuid.pl -- Universally Unique Identifier (UUID) Library
process.pl -- Create processes and redirect I/O
md5.pl -- MD5 hashes
cgi.pl -- Read CGI parameters
hash_stream.pl -- Maintain a hash on a stream
mallocinfo.pl -- Memory allocation details
prolog_server.pl
prolog_stream.pl -- A stream with Prolog callbacks
rlimit.pl
sched.pl -- Access process scheduling
streaminfo.pl
streampool.pl -- Input multiplexing
udp_broadcast.pl -- A UDP broadcast proxy
copy_directory
(+From, +To)
is
det
Copy the contents of the directory
From
to
To
(recursively). If
To
is the name of an existing directory, the
contents
of
From
are copied into
To
. I.e., no subdirectory using the basename of
From
is created.