name:   DeleteGuard
author: Martyn Fox (mfox@argonet.co.uk)
size:   460 bytes
needs:  RISC OS 3
descr.: Prompts for confirmation when 'Delete' selected from filer menu

This program may be freely copied and distributed provided that no charge is
made other than the reasonable cost of copying and distribution and that
this text file accompanies all copies.

DeleteGuard puts up an error box to ask 'Are you sure' when the 'Delete'
option is selected from the filer menu. If several objects have been
selected for deletion, DeleteGuard only asks once.

If the 'OK' box is clicked or the Return key pressed, the delete operation
goes ahead. If the 'Cancel' box is clicked or Escape pressed, it is aborted.

The program is a relocatable module which may be loaded automatically by the
!Boot application. As the module must be loaded after the desktop has
started, it should be put in the boot:Choices.Boot.Tasks directory, not the
boot:Choices.Boot.PreDesk directory.

Martyn Fox