DeleteDiskDirectoryRecursive (open)
Delete a directory and any of its contents from disk, recursively
Syntax
LOADLIB "wh::files.whlib";
BOOLEAN FUNCTION DeleteDiskDirectoryRecursive(STRING path)
Parameters
STRING path
Directory to delete
Return value
BOOLEAN
true on a succesful delete, false on failure
Description
This function allows you to delete both non-empty and empty directories from a disk.