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


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

    Parameters

    session
    Remarks

    Throws a FileSystemInternalException since a root folder cannot be deleted and thus should never get called by FileSystemItem.Delete.

    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