zlib/
mg_zip.pro
Routines
top mg_zip
mg_zip, zipfile, files [, /delete] [, error=integer]
Make a zip file from an array of input files.
Parameters
- zipfile in required type=string
filename for created zipfile
- files in required type=strarr
filenames to place in zip file; original files are deleted
Keywords
- delete in optional type=boolean
set to delete input files when finished adding to
.zip
file- error out optional type=integer
error code from creating zip file, 0 for success and 1 for failure
Author information
- History:
derived from
idlkml_savekmz
inidlitwritekml__define.pro
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 249 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.