in reply to Re: Creating files within a .zip
in thread Creating files within a .zip
I can certainly create the file(s) first, and I've been doing that. But I've got many hundreds of files to put in the .zip file, each one would have to be created on the filesystem then a string buffer written to each first before putting them into a .zip file? I was looking for a way to skip the middle-man step (creating the foo/bar.txt file on the filesystem).