Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFolder Class / HostFile Property


In This Topic
    HostFile Property (GZippedFolder)
    In This Topic
    Gets the actual GZip archive file this GZippedFolder exposes files from.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property HostFile As AbstractFile
    'Usage
     
    Dim instance As GZippedFolder
    Dim value As AbstractFile
     
    value = instance.HostFile
    public override AbstractFile HostFile {get;}

    Property Value

    An Xceed.FileSystem.AbstractFile representing the actual GZip archive file this GZippedFolder exposes files from.
    Requirements

    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

    See Also