FunctionPackage: exclToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

delete-directory-and-files

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 also os-interface.htm for general information on the interface between Allegro CL and the operating system. See section Environment functions in that document for information on file and directory information and manipulation functions in Allegro CL.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1