ZIP - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


ZIP (.zip) File Format

ZIP file format

 

Description

Notes

Examples

Description

• 

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.

Notes

• 

Content-Type: application/zip

Examples

View the contents of a compressed file.

zipFileFileTools:-JoinPathhelp,MapleTA,coursemodule.zip,base=datadir

C:\Program Files\Maple 2016\help\MapleTA\coursemodule.zip

(1)

FileTools:-Compressed:-ContentszipFile

manifest.xml

(2)

See Also

FileTools[Compressed]

Formats