Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFolder Class / DoCreate Method


In This Topic
    DoCreate Method (GZippedFolder)
    In This Topic
    Actual implementation of Xceed.FileSystem.FileSystemItem.Create.
    Syntax
    'Declaration
     
    Protected Overrides Sub DoCreate( _
       ByVal session As FileSystemEventsSession _
    ) 
    'Usage
     
    Dim instance As GZippedFolder
    Dim session As FileSystemEventsSession
     
    instance.DoCreate(session)
    protected override void DoCreate( 
       FileSystemEventsSession session
    )

    Parameters

    session
    Remarks

    Throws a FileSystemInternalException since a root folder always exists and thus should never get called by FileSystemItem.Create.

    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