Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZippedFolder Class
Members


In This Topic
    ZippedFolder Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder stored in a ZIP file.
    Syntax
    'Declaration
     
    Public Class ZippedFolder 
       Inherits Xceed.FileSystem.AbstractFolder
    'Usage
     
    Dim instance As ZippedFolder
    public class ZippedFolder : Xceed.FileSystem.AbstractFolder 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFolder
                Xceed.Zip.ZippedFolder
                   Xceed.Zip.ZipArchive

    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