> But if I try using:

> downloaddir: %/d/anti%20virus%20downloads/
> == %/d/anti%20virus%20downloads/

> >> secure [downloaddir allow]
> ** Script Error: Invalid argument: downloaddir.
> ** Where: secure [downloaddir allow]

> it doesn't. Shouldn't either way work?

'secure doesn't evaluate the block passed to it. Try using 'compose like
this:
        secure compose [(downloaddir) allow]
    and see if that works better for you. Or you could do this:

        DirPermission: 'allow
        secure reduce [downloaddir DirPermission]

    'reduce-ing the block first.

Andrew Martin
Fully condensed...
ICQ: 26227169
http://members.xoom.com/AndrewMartin/
-><-


Reply via email to