$Revision: 5.0.2.3 $
Package: EXCL
Arguments: (directory &key
if-does-not-exist quiet)
Delete all the files in directory and all subdirectories of directory.
directory itself is also removed. If if-does-not-exist is :ignore
(the default) then no error will be signaled if directory does not exist. If quiet
is nil
, then informative text about the operations performed is printed.
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 is in index.htm.
Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.