terminate(c=="","Directory Error","Directory with null name does not exist")
DirChange(c)
SetDisplay("","","")
drop(a,b,c)
_&Nuke ENTIRE file/dir structure
files=FileItemize("")
numfile=ItemCount(files, " ")
totdir=0
dir1=DirGet()
sub1 = DirItemize("")
numdir1=Itemcount(sub1, " ")
if (numfile+numdir1)==0 then goto noselect
Pause("WARNING: Are you Sure :WARNING", "You are about to delete all kinds of stuff%CR%containing possibly 10 zillion files and subdirs.%CR%Continue?")
if AskYesNo("WARNING: Are you REALLY Sure :WARNING","Shall we stop now and not delete anything?")==@YES then goto quitnow
if AskYesNo("WARNING: Are you Sure :WARNING","CONTINUE???!!!??? %CR%Are you sure you can find your backups???")==@NO then goto nobackup
if numfile > 0 then FileDelete(files) ;Whap top level files...
If numdir1 == 0 Then Goto didit
level=1
index1=0
:loop
If index%level% == numdir%level% Then Goto upalevel