DelFile (delete local file)

function DelFile(what: string): boolean

This function tries to delete the what file from the local file system, and returns true if the copy is successful, or false if the copy fails.