When I use the following command to extract archives, the timestamps of the extracted files and folders are preserved despite having used COPYDIRTIMES=no COPYFILETIMES=no.
Copy EXTRACT HERE COPYDIRTIMES=no COPYFILETIMES=no WHENEXISTS=rename
I'm guessing COPYDIRTIMES and COPYFILETIMES don't work with the extract command?
As an aside, the WHENEXISTS=rename also doesn't seem to work with COPY EXTRACT (I'm always prompted with a dialog box asking whether I would like to replace, rename, skip, or abort). Are these limitations of the EXTRACT command?
Ah yes, with folders that will happen currently. It's a limitation of the third-party ZIP library we use in Opus. However we do have the source code for it these days, so it's probably something we can address in the future.