Function Delete-Directory-And-Files

Part of:

package cl-fad
( delete-directory-and-files < dirname > &key < if-does-not-exist > )
Recursively deletes all files and directories within the directory designated by the non-wild pathname designator DIRNAME including DIRNAME itself. IF-DOES-NOT-EXIST must be one of :ERROR or :IGNORE where :ERROR means that an error will be signaled if the directory DIRNAME does not exist.