I´d like to help an user, who is requesting a button as simple as onlly copying dirs & contain the string "2007".
After having tried various combinations, i couldn´t find a way to achieve that.
How would the filter look? "name= 2007" & "type=folder" doesn´t seem to work. I tried
set copyfilter="2007"
@dironly
COPY TO DEST
but this copies all items, regardless, if they contain "2007" or not. How´s the filter to be set & (& the results to be copied) in a code?