During last night's usergroup presentation I mentioned another new
Scorpio tag, one we've not yet discussed publicly, and the tag that will now appear last in alphabetical CFML tag listings. <CFZIP> provides access to ZIP and JAR files, supporting the following actions:
- DELETE deletes one or more files from an archive file.
- LIST lists the contents of an archive file.
- READ reads the contents of an archived file into a variable.
- READBINARY reads the contents of a binary archived file into a variable.
- UNZIP extracts files from an archive file.
- ZIP compressed files into an archive file.
A child <CFZIPPARAM> tag is also supported as an optional way to provide file names and other attributes.
We have been using the third party tools to do these kinda of stuff.
Anyways, One quick question I had was is there any sort of documentation for the new tags which are supported in Scorpio. I mean it would be easier for us to test implement if we can get sort of documentation on them. Or is this something we have to wait till its release ? Please Advice.
What sort of specs are there for the ZAP files? Filename length? Empty folders? Compression algos?
Come on, Ben... details details! ;)
--- Ben
Thanks Ben and I look forward to meeting you again!
You guys always bust your behinds for us in a big way and we appreciate it more than you can know.
Thanks