- ZIP_FILES Function
- /documentation/pages/Ref/Api/Functions/System/File Functions/ZIP_FILES Function.xmlZips up a CRLF delimited list of files. Wildcards in filenames are supported. For speed, files are combined into batches, and each batch is zipped at once.
- a5_zip_files_w_fback Function
- /documentation/pages/Ref/Api/Functions/System/File Functions/a5_zip_files_w_fback Function.xmlUsed by Zip/Send/Backup Database. Creates a zip file based on an input list of files.
- zip_folder Function
- /documentation/pages/Ref/Api/Functions/System/File Functions/zip_folder Function.xml
Zips all of the files in a folder.
- usps_city_from_zip Function
- /documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/usps_city_from_zip Function.xmlContacts the USPS web site and looks up the city for the specified 5 digit zip code.
- usps_citystate_from_zip Function
- /documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/usps_citystate_from_zip Function.xmlContacts the USPS web site and looks up the city and state for the specified 5 digit zip code.
- UNZIP_FILES Function
- /documentation/pages/Ref/Api/Functions/System/File Functions/UNZIP_FILES Function.xmlUnzips files in a zip file. This high level function is a wrapper around the low level file.unzip() method.
- usps_state_from_zip Function
- /documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/usps_state_from_zip Function.xmlContacts the USPS web site and looks up the state for the specified 5 digit zip code.
- COPY_FILES Function
- /documentation/pages/Ref/Api/Functions/System/File Functions/COPY_FILES Function.xmlCopy a list of files from one folder to another
- TABLE.ZIP Function
- /documentation/pages/Ref/Api/Objects/Database/Table/TABLE.ZIP Method.xmlZip a table.
- a5_load_aex_files Function
- /documentation/pages/Ref/Api/Functions/System/File Functions/a5_load_aex_files Function.xmlCombines a crlf delimited list of .AEX files into a single .aex file. Then loads the resultant .aex file