FilerAction update
==================

FilerAction now includes a flag on its options to force it to never invoke
proxy tasks. This flag should be used by proxy clients who wish to start
FilerAction tasks to perform tasks on their behalf.

This facility is required by 'delete trapping' proxies (for example, a
rubbish bin) which wish to use FilerAction to perform deletions on the
objects within the bin itself.


A full list of the options as supplied in +24 of the message block is 
as follows :

 Bit      Meaning
  0       Verbose (display a window showing progrss)
  1       Confirm (request user confirmation on actions)
  2       Force (override locking)
  3       Newer (apply copies on where the source is more recent than the
          destination
  4       Recurse (step into directories during operation)
  5       Confirm deletes (for delete operations, always request
          confirmation, ignoring bit 1)
  6       Faster (start up in 'fast' mode)
  7       Never proxy (perform the action without invocation of proxies)
