File Operation > Filters

Hi, Support.
How do I create a Filter that selects the last file in the sort by name?
I need to copy a folder, which should leave only one file with the largest suffix in the name.

Example:
DO_copy_filter

Thanks.

You would have to write a script to do that.

I can write a script in python. But I would like to know how to do it with DO

JScript (a cut-down version of JavaScript which comes with Windows) is generally the best choice to use with Opus.

To get started with scripting in Opus:

(If you need to find it again, there's a quick link to it in the Opus Manual menu at the top right of this page.)

The Buttons & Scripting area here at the forum has lots of examples which can help as well.