Dart.PowerTCP.Zip Namespace : ArchiveItem Class |
Public Class ArchiveItem
Dim instance As ArchiveItem
public class ArchiveItem
public __gc class ArchiveItem
public ref class ArchiveItem
This class enables an application to access and manipulate the data of an individual file within an archive. It also provides support for data decompression at the file level.
Changing any ArchiveItem property will not impact the source. Changes only have impact on the destination. For example, changing ArchiveItem.Name will not change the name of the original source file, but after a zip operation the file will be archived with the name specified in the ArchiveItem.Name property.
A directory is represented as an ArchiveItem, but with 0 length and an attribute of Directory. The directory will also not have any value for Name.
System.Object
Dart.PowerTCP.Zip.ArchiveItem