Martin Steigerwald said, 

> IF EXISTS("T:index.html") THEN DO
>     ADDRESS COMMAND "Delete >NIL: T:index.html"
> END

The delete() function in rexxsupport.library doesn't care whether the
file exists or not. You can skip the test and simply do

call delete('T:index.html')


Neil
-- 
Neil Bothwick - New Media Editor, Amiga Active Magazine
Connected via Wirenet - http://www.wire.net.uk
The UK's first Amiga-only internet access provider
--
On the other hand, you have different fingers.

-- 

To unsubscribe send "unsubscribe miamidx-talk-ml" to
"[EMAIL PROTECTED]". For help on list commands send "help" to
"[EMAIL PROTECTED]".


Reply via email to