Copy addtoarchive createfolder - undesirable behavior

Hi, the following command produces the resulting dialog:

Copy ADDTOARCHIVE HERE CREATEFOLDER="{s|nopaths}"


I would have hoped that the parent folder name derived from the {s|nopaths} code would have been placed in the filename field, like so:


...which is otherwise the case if you use a plain string instead of an Opus control code:

Copy ADDTOARCHIVE HERE CREATEFOLDER="backup"


I guess it's the trailing slash, maybe try: {s|nopaths|noterm}

The modifier should be nopath (singular). And yes you'd need noterm as well.

I wondered about nopaths vs. nopath as well, but both seem to work.(?)

You can get away with some extra junk on the end of the modifiers sometimes, but it is not guaranteed.

The missing noterm is still important here.

Ah... yeah. Forest for the trees sometimes guys.... thanks.