SysDestroyObject("c:\mystuff\testdata.txt")
returns "1" (true) if "c:\mystuff\testdata.txt" is successfully destroyed; returns "0" (false) if the file does not exist or cannot be destroyed
SysDestroyObject("c:\mystuff")
returns "1" (true) if "c:\mystuff" is successfully destroyed; returns "0" (false) otherwise