.NET Framework Class Library
File.FileUnZip Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileUnZip Method

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, _
 outputPath As String _
)

C#

public void FileUnZip(

 string zipFilePath,
 string outputPath
)

Visual C++

public:

void FileUnZip(
 StringzipFilePath,
 StringoutputPath
)

JavaScript

function fileUnZip(zipFilePathoutputPath);

Parameters

zipFilePath

Type: System.String
path of the file to extract

outputPath

Type: System.String
output folder for the extracted files

Remarks

See Also

File Class

File Members

MwPDMApi Namespace