[Files] Delete

This module allows you to delete the files that are specified. This is a common baseline file handling feature and works exactly as you would guess. While you can use it to delete a specific file, or group of files matching a pattern, it becomes more flexible when you combine it with other modules such as the [Files] Find module that is outlined below.

The parameters that the module uses are detailed in the following table.

Parameter I/O Description
FileSource In This parameter takes a list of files (a FileList) that we want to delete.
LogOutputLevel In Minimal: Normal output to the log.
Verbose: More detailed output is written to the log, suitable for debugging purposes.
FileList Out This parameter lists all the files from the FileSource that were able to be successfully processed (deleted).