.NET Framework Class Library
File.FileUnZip Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
Extracts file from a zip archive.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub FileUnZip ( _ zipFilePath As String, _ |
C# |
|---|
public void FileUnZip( string zipFilePath, |
Visual C++ |
|---|
public: void FileUnZip( |
JavaScript |
|---|
function fileUnZip(zipFilePath, outputPath); |
Parameters
zipFilePath
Type: System.String
path of the file to extract
outputPath
Type: System.String
output folder for the extracted files
Remarks
See Also