Close
Close window
Contents - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

FileTools[Compressed]

Contents

read the list of files contained in a zip archive

Calling Sequence

Contents(file)

Parameters

filename

-

string (zip archive filename)

Description

The Contents command reads the index of a zip file archive and returns a list of strings representing the names of the files contained in that archive.

The list returned does not include the zip file name. To read each member, L[i] returned in the contents list, use FileTools:-Compressed:-ReadFile( L[i] in zipfilename, options ).

This command only works on zip files. Files in gzip format do not contain sub-files.

The filename option must be a string, not an open file handle, and not a subfile in zipfile member reference.

Examples

>

zipfileFileToolsTemporaryFilenameFileToolsJoinPathFileToolsTemporaryDirectory,Ziptest-

zipfile/tmp/mpldoc20/Ziptest-yYoYxV9R

(1)
>

FileTools[Compressed][WriteFile]("first" in zipfile, "a 1st file");

10

(2)
>

FileTools[Compressed][WriteFile]("second" in zipfile, "a 2nd file");

10

(3)
>

LFileToolsCompressedContentszipfile

Lfirst,second

(4)
>

[seq( FileTools:-Compressed:-ReadFile(F in zipfile, string), F in L)];

a 1st file,a 2nd file

(5)
>

FileToolsRemovezipfile

Compatibility

The FileTools[Compressed][Contents] command was introduced in Maple 18.

For more information on Maple 18 changes, see Updates in Maple 18 .


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /