CreateGeographyArchive()

Summary

Compresses the named geographic file into a .ZIP file.

Syntax

CreateGeographyArchive(string archive_name, string db_name)

Argument Contents
archive_name The full path and name of the archive to be created
db_name The name of the geographic file to be archived

Example

folder = RunMacro("G30 Tutorial Folder")CreateGeographyArchive("statezip.zip",folder + "states.cdf")

See Also

Function Summary
ExpandGeographyArchive() Expands a .ZIP file containing a geographic file