mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

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 in idlitwritekml__define.pro

File attributes

Modification date: Wed May 14 15:07:15 2014
Lines: 249
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.