DelTree (delete local dir tree)

function DelTree(what: string): boolean

This function attempts to delete the entire what directory tree from the local file-system, including all sub-directories and file in it. DelTree returns true if the deletion is successful, or false if the function fails.