IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

Files Property

Collection of Jar archive files.

Syntax

[VB.NET]
Public Property Files As JARFileList

[C#]
public JARFileList Files {get;}

Remarks

When a compressed archive is scanned or decompressed, the values of this collection are populated accordingly.

When creating a compressed archive, this property may be used to set the files to be stored. For each entry added to the collection, the DecompressedName field should be set to the name of the file to be decompressed, and the CompressedName field should be set to the filename to store in the archive.

Archives may also be created using the IncludeFiles method. Invoking the IncludeFiles method causes the values of this collection to be filled out. These values may then be changed directly if desired.

Note that Jar archives always contain two special entries: a manifest file, and a META-INF directory. When Compress is invoked, the values of the CompressedName fields will be checked, and the special entries will be added at the beginning if necessary. Note that this will cause all existing files to be shifted.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0