Discuss this help topic in SecureBlackbox Forum
Recursively deletes files and directories.
Declaration
Parameters
- Path - path to search for files to be deleted.
- Mask - the mask to match the files.
- CaseSensitive - specifies whether filename matching [to mask] is case-sensitive.
- Recursive - specifies if the subdirectories should also be scanned for matching files.
- List - contains the list of files to be deleted.
Description
Use this method to recursively remove files or directories.
Discuss this help topic in SecureBlackbox Forum