Using the following to create duplicates in same folder without a dialog,
but it does not work for folders. Is there another way that does both files and folders ?
Copy AS * WHENEXISTS=rename HERE
What are you trying to do? “AS *” doesn’t make sense without a pattern.
How about?
Copy DUPLICATE
trying to quickly create a set of 200 or more folders to run some scripts on. Batch writing metadata. Then checking to see how fast a metadata evalauator column is.
Brings up a dialog.
Append a pattern you like, e.g.
Copy DUPLICATE AS=*-{date|yyyyMMdd}-{time|HHmmss}
Many thanks