EXTRACT CREATEFOLDER HERE tries to overwrite existing files

Hello, I'm trying to use the COPY EXTRACT CREATEFOLDER HERE to unzip archives into the current folder and being prompted for the new folder name to be created with the extracted files.

The problem is that existing files in the current folder with matching names are asked to be overwritten, as if the files were first extracted to the current folder, and then moved to the newly created folder. Obviuosly, this does not happen when the HERE keyword is not used and the destination folder is another folder.

Is there a workaround to this problem?

Thanks!

The problem isn't incorrect overwrite warnings, it's that the files really are extracted to the current folder and not the sub-folder (although the sub-folder is created).

Seems that CREATEFOLDER and HERE don't work together. Should be easy to fix, I would've thought. I've reported it to GPSoft for you.