ZIP (.zip) File Format
ZIP file format
Description
Notes
Examples
ZIP is a file format for data compression, which is widely used for archiving files and as the basis for other container formats.
The FileTools[Compressed] package provides many tools for reading from and writing to archive files in this format.
The Import command can encode and decode data in this format, and the ArrayTools[Compress] and ArrayTools[Uncompress] commands also support it.
Content-Type: application/zip
View the contents of a compressed file.
zipFile≔FileTools:-JoinPath⁡help,MapleTA,coursemodule.zip,base=datadir
C:\Program Files\Maple 2016\help\MapleTA\coursemodule.zip
FileTools:-Compressed:-Contents⁡zipFile
manifest.xml
See Also
FileTools[Compressed]
Formats
Download Help Document