--- In [email protected], "brucexs" <bruc...@...> wrote:
>
>
>
> >
> > Thanks, Sheri, that works. Where did you find that one? It does not (and
> > should) appear in "Command entry codes".
> >
>
> I think the do is redundant here?
>
> You are allowed to put function calls as commands in the command entry
> controls, eg plugin calls, or calls to do, or calls to messagebox.
>
> So just
> myplugin.service(...)
> directly in command entry controls should work.
That doesn't work, I suppose because the plugin merely returns a filename (it
doesn't launch it).
Anyway, it's working well. Right now the service is in my bigmem plugin
(in-house only).
bigmem.newold("directory","wildcard_spec","flag") where flag is one of +W
(newest by write time), -W (oldest), +A, -A (access time), +C, -C (creation).
How easy would that be with a script?
- Vince