copy-directory

$Revision: 5.0.2.2 $

Function

Package: EXCL

Arguments: (from-dir to-dir &key quiet &allow-other-keys)

Recursively copy the contents of from-dir to to-dir. If to-dir does not exist, then it is created. sys:copy-file is used to copy the files--all keyword arguments to sys:copy-file are accepted and passed on to sys:copy-file. These arguments are

(link-ok :hard)
preserve-symbolic-links
(element-type '(unsigned-byte 8))
(preserve-time t)

See the description of sys:copy-file for details on these arguments.

See 3.0 Environment functions in os_interface.htm for information on file and directory information and manipulation functions in Allegro CL.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.