.NET Framework Class Library
File.FileZipAdd Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileZipAdd Method

Fill a zip archive.

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

Syntax

Visual Basic

Public Sub FileZipAdd ( _

 fullFileName As String _
)

C#

public void FileZipAdd(

 string fullFileName
)

Visual C++

public:

void FileZipAdd(
 StringfullFileName
)

JavaScript

function fileZipAdd(fullFileName);

Parameters

fullFileName

Type: System.String
full path file name to add in the zip archive

Remarks

to be used in FileZipBegin/FileZipEnd context

See Also

File Class

File Members

MwPDMApi Namespace