.key dir
.bra {
.ket }

If Not Exists {dir}
	Echo "Object not found"
	Quit >NIL: 205
EndIf
Echo "This will erase everything in the dir: {dir}"
Ask "Are you sure (Y/N)? "
If WARN
	Delete {dir} all quiet
	If Exists {dir}.info
		Delete {dir}.info quiet
	EndIf
EndIf
