C# Class AsposeVisualStudioPluginPdf.Core.ZipUtilities

Show file Open project: aspose-pdf/Aspose.Pdf-for-.NET Class Usage Examples

Public Methods

Method Description
ExtractZipFile ( string zipFilePath, string pathToExtract ) : System.Boolean

Unzip files

Method Details

ExtractZipFile() public method

Unzip files
public ExtractZipFile ( string zipFilePath, string pathToExtract ) : System.Boolean
zipFilePath string
pathToExtract string
return System.Boolean