Gets the zip archive file containing this zipped file entry.
'Declaration
Public Overrides ReadOnly Property HostFile As Xceed.FileSystem.AbstractFile
'Usage
Dim instance As ZippedFile
Dim value As Xceed.FileSystem.AbstractFile
value = instance.HostFile
public override Xceed.FileSystem.AbstractFile HostFile {get;}
Property Value
An
Xceed.FileSystem.AbstractFile representing the zip archive file containing this zipped file entry.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
ZippedFile Class
ZippedFile Members
Base Implementation in HostFile