Stefan wrote:
> In case of the delete task I'd really prefer to have an distinction
> between dir and file because of the damage one could do by accident -
> only alternative I see is a recurse attribute with default false.

Hmm, this sounds like a good idea, IMHO. That is the way the UNIX/Linux
commands work:

        rm -R /home/ernst/tmp
        ls -R
        chmod -R a+r *

So I'd say don't distinguish between files and directories, and just add
an attribute `resursive' or `recurse' and set the default value to
`false'.

A +1.01 vote for me :)


Ernst

Reply via email to