1.

How To Copy Multiple Directories Into A Single Zip File?

Answer»

Use createJar(), createZip() or createTar() system FUNCTIONS to create a ZIP or tar archive, then use the COPY command for each directory into that archive before FINALLY call the CLOSE() method of the archive object to complete.

Use createJar(), createZip() or createTar() system functions to create a ZIP or tar archive, then use the copy command for each directory into that archive before finally call the close() method of the archive object to complete.



Discussion

No Comment Found