.NET Framework Class Library
File.FileZipBegin Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileZipBegin Method

Start creation of a zip archive.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub FileZipBegin ( _

 zipFullFileName As String _
)

C#

public void FileZipBegin(

 string zipFullFileName
)

Visual C++

public:

void FileZipBegin(
 StringzipFullFileName
)

JavaScript

function fileZipBegin(zipFullFileName);

Parameters

zipFullFileName

Type: System.String
full path zip archive name

Remarks

See Also

File Class

File Members

MwPDMApi Namespace