filecopy doesn't work with zipped filesif it's absolutely important to get the file in a folder use a tcp object and download it to some cache folder (do this once) and then it's there for you to copy it
I was thinking you could use FileObjects to achieve this? By storing the file you are wanting to copy to a cache/variable which then can be written to the new file designation.Or is that not possible? Surely it is.
You can read files in a .zip and you can use images in a .zip for a GUI. So there must be a way to copy files from a .zip.