BenSelect Documentation
IZipArchiveEntry Interface
Members  See Also  Send Feedback
Selerix.Foundation Namespace : IZipArchiveEntry Interface
Represents a compressed file within a zip archive.

Syntax

JScript 
public interface IZipArchiveEntry 

Public Properties

 NameDescription
 PropertyCommentOptional Comment.  
 PropertyCompressedLengthGets the compressed size of the entry in the zip archive.  
 PropertyFullNameGets the relative path of the entry in the zip archive.  
 PropertyLastWriteTimeGets or sets the last time the entry in the zip archive was changed.  
 PropertyLengthGets the uncompressed size of the entry in the zip archive.  
 PropertyNameGets the file name of the entry in the zip archive.  
Top

Public Methods

 NameDescription
 MethodDeleteDeletes the entry from the zip archive.  
 MethodOpenOpens the entry from the zip archive.  
Top

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.