Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper Class / ExtractZip Method / ExtractZip(String) Method
Name of the file


In This Topic
ExtractZip(String) Method
In This Topic
Extracts the zip.
Syntax
'Declaration
 
Public Overloads Shared Function ExtractZip( _
   ByVal fileName As String _
) As ZipHelper.MemoryFolder
 
'Usage
 
Dim fileName As String
Dim value As ZipHelper.MemoryFolder
 
value = ZipHelper.ExtractZip(fileName)

Parameters

fileName
Name of the file

Return Value

Instance of MemoryFolder
See Also