DeleteDiskWildcardsRecursive (open)
Delete files or directories recursively using wildcards
Syntax
LOADLIB "wh::files.whlib";
BOOLEAN FUNCTION DeleteDiskWildcardsRecursive(STRING path)Parameters
STRING pathMask to delete. Wildcards are only accepted in the last path component
Return value
BOOLEANFalse if deletion of any file or folder failed. Also retursn true if nothing matched the path
Description
This function allows you to delete both non-empty and empty direcetories from a disk.