That's great. Thank you so much.
I admit, I was still totally ignoring most of new features.
Btw I can't figure out how to use the
parameter dirfilter to -exclude- some dirs.
In my case, I wish to exclude all directories named CVS and those ones who start with a point (eg. .metadata, .settings etc...)
But there is a caveat... any folder with CVS in the name is excluded... not just folders named purely "CVS". I'm not a whiz with the Opus pattern matching syntax which drives the dirfilter argument, so I'm not sure how to restrict it to JUST literal "CVS" name matching...
Woopsy... it does NOT match any folder with CVS in the name. It was just that the fooCVS.foo test folder I had in the target folder was empty, and by default the FOLDERCONTENT option does not show empty folders... which can be overidden by adding the showempty arg like so:
Go "E:\temp" FOLDERCONTENT="dirfilter=~(.*|CVS),showempty"