Files Property

Collection of Jar archive files.

Syntax

public JARFileList Files { get; }
Public Property Files As JARFileList

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 .NET Edition - Version 20.0 [Build 8300]