Xceed .NET Libraries Documentation
Ungzip(String,String,String) Method


Xceed.GZip Assembly > Xceed.GZip Namespace > QuickGZip Class > Ungzip Method : Ungzip(String,String,String) Method
The full path of the source GZip file.
The full path of the folder into which the uncompressed file will be placed
The path of the file to uncompress from the GZip file.
Uncompresses a file from the specified GZip file.
Syntax
'Declaration
 
Public Overloads Shared Sub Ungzip( _
   ByVal gzipFileName As String, _
   ByVal destinationFolder As String, _
   ByVal fileToUngzip As String _
) 
'Usage
 
Dim gzipFileName As String
Dim destinationFolder As String
Dim fileToUngzip As String
 
QuickGZip.Ungzip(gzipFileName, destinationFolder, fileToUngzip)
public static void Ungzip( 
   string gzipFileName,
   string destinationFolder,
   string fileToUngzip
)

Parameters

gzipFileName
The full path of the source GZip file.
destinationFolder
The full path of the folder into which the uncompressed file will be placed
fileToUngzip
The path of the file to uncompress from the GZip 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

Reference

QuickGZip Class
QuickGZip Members
Overload List