Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / QuickGZip Class / Remove Method
The full path of the GZip file.
The path of the file to remove from the GZip file.


In This Topic
    Remove Method (QuickGZip)
    In This Topic
    Removes a file from a GZip file.
    Syntax
    'Declaration
     
    Public Shared Sub Remove( _
       ByVal gzipFileName As String, _
       ByVal fileToRemove As String _
    ) 
    'Usage
     
    Dim gzipFileName As String
    Dim fileToRemove As String
     
    QuickGZip.Remove(gzipFileName, fileToRemove)
    public static void Remove( 
       string gzipFileName,
       string fileToRemove
    )

    Parameters

    gzipFileName
    The full path of the GZip file.
    fileToRemove
    The path of the file to remove from the GZip file.
    Remarks
    GZip files may only contain one file.
    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